Html Css Color HEX #040487 Dark Blue

📋 copy color: '#040487'

red 4 ◦ green 4 ◦ blue 135

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

Shades of Dark Blue #040487

Tints of Dark Blue #040487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 2.8%
G = 2.8%
B = 94.41%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#040487 (or 0x040487) is known color: Dark Blue. HEX triplet: 04, 04 and 87. RGB value is (4,4,135). Sum of RGB (Red+Green+Blue) = 4+4+135=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 135 (53.12% from 255 or 94.41% from 143); Max value from RGB is 135 - color contains mainly: blue. Hex color #040487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040487 is #FBFB78. Grayscale: #121212. Windows color (decimal): -16513913 or 8848388. OLE color: 8848388.

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

Color convert

RGB 4 4 135 -
CMYK 0.97 0.97 0 0.47
HSL 240º 0.94% 0.27% -
HSV(B) 240º 0.97% 0.53% -
XYZ 4.47 1.86 23.05 -
YUV 18.93 193.5 117.35 -
System Red Green Blue C M Y K H S L
Decimal 4 4 135 0.97 0.97 0 0.47 240 0.94 0.27
Hex 4 4 87 61 61 0 2F F0 5E 1B
Octal 4 4 207 141 141 0 57 360 136 33
Binary 100 100 10000111 1100001 1100001 0 101111 11110000 1011110 11011

Color Harmonies of #040487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040487

Black with #040487

Text Example


Text Example

White with #040487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040487; }

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

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

background-color css

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

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

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

border-color css

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

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

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