Html Css Color HEX #041087 Dark Blue

📋 copy color: '#041087'

red 4 ◦ green 16 ◦ blue 135

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

Shades of Dark Blue #041087

Tints of Dark Blue #041087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

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

R = 2.58%
G = 10.32%
B = 87.1%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#041087 (or 0x041087) is known color: Dark Blue. HEX triplet: 04, 10 and 87. RGB value is (4,16,135). Sum of RGB (Red+Green+Blue) = 4+16+135=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #041087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041087 is #FBEF78. Grayscale: #191919. Windows color (decimal): -16510841 or 8851460. OLE color: 8851460.

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

Color convert

RGB 4 16 135 -
CMYK 0.97 0.88 0 0.47
HSL 234.5º 0.94% 0.27% -
HSV(B) 234.5º 0.97% 0.53% -
XYZ 4.61 2.15 23.09 -
YUV 25.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 4 16 135 0.97 0.88 0 0.47 234.5 0.94 0.27
Hex 4 10 87 61 58 0 2F EB 5E 1B
Octal 4 20 207 141 130 0 57 353 136 33
Binary 100 10000 10000111 1100001 1011000 0 101111 11101011 1011110 11011

Color Harmonies of #041087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041087

Black with #041087

Text Example


Text Example

White with #041087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041087; }

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

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

background-color css

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

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

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

border-color css

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

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

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