Html Css Color HEX #041387 Dark Blue

📋 copy color: '#041387'

red 4 ◦ green 19 ◦ blue 135

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

Shades of Dark Blue #041387

Tints of Dark Blue #041387

RGB

 RED value IS 4 (1.95% from 255) = 2.53%

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 135 (53.13% from 255) = 85.44%

R = 2.53%
G = 12.03%
B = 85.44%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#041387 (or 0x041387) is known color: Dark Blue. HEX triplet: 04, 13 and 87. RGB value is (4,19,135). Sum of RGB (Red+Green+Blue) = 4+19+135=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #041387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041387 is #FBEC78. Grayscale: #1B1B1B. Windows color (decimal): -16510073 or 8852228. OLE color: 8852228.

HSL color Cylindrical-coordinate representation of color #041387: hue angle of 233.13º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041387 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 19 135 -
CMYK 0.97 0.86 0 0.47
HSL 233.13º 0.94% 0.27% -
HSV(B) 233.13º 0.97% 0.53% -
XYZ 4.66 2.24 23.11 -
YUV 27.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 4 19 135 0.97 0.86 0 0.47 233.13 0.94 0.27
Hex 4 13 87 61 56 0 2F E9 5E 1B
Octal 4 23 207 141 126 0 57 351 136 33
Binary 100 10011 10000111 1100001 1010110 0 101111 11101001 1011110 11011

Color Harmonies of #041387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041387

Black with #041387

Text Example


Text Example

White with #041387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041387; }

 p { color: rgb(4,19,135); }

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

background-color css

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

 a { background-color: rgb(4,19,135); }

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

border-color css

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

 span { border-color: rgb(4,19,135); }

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