Html Css Color HEX #004C8D Dark Cerulean

📋 copy color: '#004C8D'

red 0 ◦ green 76 ◦ blue 141

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

Shades of Dark Cerulean #004C8D

Tints of Dark Cerulean #004C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 64.98%

R = 0%
G = 35.02%
B = 64.98%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#004C8D (or 0x004C8D) is known color: Dark Cerulean. HEX triplet: 00, 4C and 8D. RGB value is (0,76,141). Sum of RGB (Red+Green+Blue) = 0+76+141=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #004C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C8D is #FFB372. Grayscale: #3C3C3C. Windows color (decimal): -16757619 or 9260032. OLE color: 9260032.

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

Color convert

RGB 0 76 141 -
CMYK 1 0.46 0 0.45
HSL 207.66º 1% 0.28% -
HSV(B) 207.66º 1% 0.55% -
XYZ 7.39 7.09 26.18 -
YUV 60.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 0 76 141 1 0.46 0 0.45 207.66 1 0.28
Hex 0 4C 8D 64 2E 0 2D D0 64 1C
Octal 0 114 215 144 56 0 55 320 144 34
Binary 0 1001100 10001101 1100100 101110 0 101101 11010000 1100100 11100

Color Harmonies of #004C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C8D

Black with #004C8D

Text Example


Text Example

White with #004C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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