Html Css Color HEX #004E91 Dark Cerulean

📋 copy color: '#004E91'

red 0 ◦ green 78 ◦ blue 145

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

Shades of Dark Cerulean #004E91

Tints of Dark Cerulean #004E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.98%

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

R = 0%
G = 34.98%
B = 65.02%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004E91 (or 0x004E91) is known color: Dark Cerulean. HEX triplet: 00, 4E and 91. RGB value is (0,78,145). Sum of RGB (Red+Green+Blue) = 0+78+145=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #004E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E91 is #FFB16E. Grayscale: #3D3D3D. Windows color (decimal): -16757103 or 9522688. OLE color: 9522688.

HSL color Cylindrical-coordinate representation of color #004E91: hue angle of 207.72º 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 #004E91 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 78 145 -
CMYK 1 0.46 0 0.43
HSL 207.72º 1% 0.28% -
HSV(B) 207.72º 1% 0.57% -
XYZ 7.84 7.49 27.82 -
YUV 62.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 0 78 145 1 0.46 0 0.43 207.72 1 0.28
Hex 0 4E 91 64 2E 0 2B D0 64 1C
Octal 0 116 221 144 56 0 53 320 144 34
Binary 0 1001110 10010001 1100100 101110 0 101011 11010000 1100100 11100

Color Harmonies of #004E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E91

Black with #004E91

Text Example


Text Example

White with #004E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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