Html Css Color HEX #041487 Dark Blue

📋 copy color: '#041487'

red 4 ◦ green 20 ◦ blue 135

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

Shades of Dark Blue #041487

Tints of Dark Blue #041487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 2.52%
G = 12.58%
B = 84.91%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#041487 (or 0x041487) is known color: Dark Blue. HEX triplet: 04, 14 and 87. RGB value is (4,20,135). Sum of RGB (Red+Green+Blue) = 4+20+135=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #041487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041487 is #FBEB78. Grayscale: #1B1B1B. Windows color (decimal): -16509817 or 8852484. OLE color: 8852484.

HSL color Cylindrical-coordinate representation of color #041487: hue angle of 232.67º 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 #041487 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 20 135 -
CMYK 0.97 0.85 0 0.47
HSL 232.67º 0.94% 0.27% -
HSV(B) 232.67º 0.97% 0.53% -
XYZ 4.67 2.28 23.11 -
YUV 28.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 4 20 135 0.97 0.85 0 0.47 232.67 0.94 0.27
Hex 4 14 87 61 55 0 2F E9 5E 1B
Octal 4 24 207 141 125 0 57 351 136 33
Binary 100 10100 10000111 1100001 1010101 0 101111 11101001 1011110 11011

Color Harmonies of #041487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041487

Black with #041487

Text Example


Text Example

White with #041487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041487; }

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

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

background-color css

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

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

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

border-color css

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

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

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