Html Css Color HEX #004E8C Dark Cerulean

📋 copy color: '#004E8C'

red 0 ◦ green 78 ◦ blue 140

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

Shades of Dark Cerulean #004E8C

Tints of Dark Cerulean #004E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.22%

R = 0%
G = 35.78%
B = 64.22%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#004E8C (or 0x004E8C) is known color: Dark Cerulean. HEX triplet: 00, 4E and 8C. RGB value is (0,78,140). Sum of RGB (Red+Green+Blue) = 0+78+140=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #004E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E8C is #FFB173. Grayscale: #3D3D3D. Windows color (decimal): -16757108 or 9195008. OLE color: 9195008.

HSL color Cylindrical-coordinate representation of color #004E8C: hue angle of 206.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E8C is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 78 140 -
CMYK 1 0.44 0 0.45
HSL 206.57º 1% 0.27% -
HSV(B) 206.57º 1% 0.55% -
XYZ 7.46 7.34 25.84 -
YUV 61.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 0 78 140 1 0.44 0 0.45 206.57 1 0.27
Hex 0 4E 8C 64 2C 0 2D CF 64 1B
Octal 0 116 214 144 54 0 55 317 144 33
Binary 0 1001110 10001100 1100100 101100 0 101101 11001111 1100100 11011

Color Harmonies of #004E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E8C

Black with #004E8C

Text Example


Text Example

White with #004E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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