Html Css Color HEX #004D87 Dark Cerulean

📋 copy color: '#004D87'

red 0 ◦ green 77 ◦ blue 135

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

Shades of Dark Cerulean #004D87

Tints of Dark Cerulean #004D87

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 77 (30.47% from 255) = 36.32%

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

R = 0%
G = 36.32%
B = 63.68%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#004D87 (or 0x004D87) is known color: Dark Cerulean. HEX triplet: 00, 4D and 87. RGB value is (0,77,135). Sum of RGB (Red+Green+Blue) = 0+77+135=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #004D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D87 is #FFB278. Grayscale: #3C3C3C. Windows color (decimal): -16757369 or 8867072. OLE color: 8867072.

HSL color Cylindrical-coordinate representation of color #004D87: hue angle of 205.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D87 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 77 135 -
CMYK 1 0.43 0 0.47
HSL 205.78º 1% 0.26% -
HSV(B) 205.78º 1% 0.53% -
XYZ 7.03 7.06 23.91 -
YUV 60.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 0 77 135 1 0.43 0 0.47 205.78 1 0.26
Hex 0 4D 87 64 2B 0 2F CE 64 1A
Octal 0 115 207 144 53 0 57 316 144 32
Binary 0 1001101 10000111 1100100 101011 0 101111 11001110 1100100 11010

Color Harmonies of #004D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D87

Black with #004D87

Text Example


Text Example

White with #004D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004D87; }

 p { color: rgb(0,77,135); }

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

background-color css

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

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

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

border-color css

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

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

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