Html Css Color HEX #004D91 Dark Cerulean

📋 copy color: '#004D91'

red 0 ◦ green 77 ◦ blue 145

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

Shades of Dark Cerulean #004D91

Tints of Dark Cerulean #004D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 0%
G = 34.68%
B = 65.32%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004D91 (or 0x004D91) is known color: Dark Cerulean. HEX triplet: 00, 4D and 91. RGB value is (0,77,145). Sum of RGB (Red+Green+Blue) = 0+77+145=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #004D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D91 is #FFB26E. Grayscale: #3D3D3D. Windows color (decimal): -16757359 or 9522432. OLE color: 9522432.

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

Color convert

RGB 0 77 145 -
CMYK 1 0.47 0 0.43
HSL 208.14º 1% 0.28% -
HSV(B) 208.14º 1% 0.57% -
XYZ 7.76 7.35 27.8 -
YUV 61.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 0 77 145 1 0.47 0 0.43 208.14 1 0.28
Hex 0 4D 91 64 2F 0 2B D0 64 1C
Octal 0 115 221 144 57 0 53 320 144 34
Binary 0 1001101 10010001 1100100 101111 0 101011 11010000 1100100 11100

Color Harmonies of #004D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D91

Black with #004D91

Text Example


Text Example

White with #004D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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