Html Css Color HEX #004C8B Dark Cerulean

📋 copy color: '#004C8B'

red 0 ◦ green 76 ◦ blue 139

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

Shades of Dark Cerulean #004C8B

Tints of Dark Cerulean #004C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.35%

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 0%
G = 35.35%
B = 64.65%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#004C8B (or 0x004C8B) is known color: Dark Cerulean. HEX triplet: 00, 4C and 8B. RGB value is (0,76,139). Sum of RGB (Red+Green+Blue) = 0+76+139=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #004C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C8B is #FFB374. Grayscale: #3C3C3C. Windows color (decimal): -16757621 or 9128960. OLE color: 9128960.

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

Color convert

RGB 0 76 139 -
CMYK 1 0.45 0 0.45
HSL 207.19º 1% 0.27% -
HSV(B) 207.19º 1% 0.55% -
XYZ 7.24 7.03 25.4 -
YUV 60.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 0 76 139 1 0.45 0 0.45 207.19 1 0.27
Hex 0 4C 8B 64 2D 0 2D CF 64 1B
Octal 0 114 213 144 55 0 55 317 144 33
Binary 0 1001100 10001011 1100100 101101 0 101101 11001111 1100100 11011

Color Harmonies of #004C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C8B

Black with #004C8B

Text Example


Text Example

White with #004C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,76,139); }

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

background-color css

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

 a { background-color: rgb(0,76,139); }

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

border-color css

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

 span { border-color: rgb(0,76,139); }

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