Html Css Color HEX #03053B Midnight Express

📋 copy color: '#03053B'

red 3 ◦ green 5 ◦ blue 59

#03053B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #03053B

Tints of Midnight Express #03053B

RGB

 RED value IS 3 (1.56% from 255) = 4.48%

 GREEN value IS 5 (2.34% from 255) = 7.46%

 BLUE value IS 59 (23.44% from 255) = 88.06%

R = 4.48%
G = 7.46%
B = 88.06%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03053B (or 0x03053B) is known color: Midnight Express. HEX triplet: 03, 05 and 3B. RGB value is (3,5,59). Sum of RGB (Red+Green+Blue) = 3+5+59=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 59 (23.44% from 255 or 88.06% from 67); Max value from RGB is 59 - color contains mainly: blue. Hex color #03053B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03053B is #FCFAC4. Grayscale: #0A0A0A. Windows color (decimal): -16579269 or 3867907. OLE color: 3867907.

HSL color Cylindrical-coordinate representation of color #03053B: hue angle of 237.86º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03053B is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 5 59 -
CMYK 0.95 0.92 0 0.77
HSL 237.86º 0.9% 0.12% -
HSV(B) 237.86º 0.95% 0.23% -
XYZ 0.88 0.44 4.18 -
YUV 10.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 3 5 59 0.95 0.92 0 0.77 237.86 0.9 0.12
Hex 3 5 3B 5F 5C 0 4D EE 5A C
Octal 3 5 73 137 134 0 115 356 132 14
Binary 11 101 111011 1011111 1011100 0 1001101 11101110 1011010 1100

Color Harmonies of #03053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03053B

Black with #03053B

Text Example


Text Example

White with #03053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03053B; }

 p { color: rgb(3,5,59); }

 H1.HeaderClassName
 {
   color: #03053B;
 }
 .AnyTagClassName
 {
   color: #03053B;
 }
</style>

background-color css

<style>
 a { background-color: #03053B; }

 a { background-color: rgb(3,5,59); }

 div.DivClassName
 {
   background-color: #03053B;
 }
 .BgClassName
 {
   background-color: #03053B;
 }
</style>

border-color css

<style>
 span { border-color: #03053B; }

 span { border-color: rgb(3,5,59); }

 td.TdClassName
 {
   border-color: #03053B;
 }
 .TagClassName
 {
   border-color: #03053B;
 }
</style>