Html Css Color HEX #004B78 Dark Cerulean

📋 copy color: '#004B78'

red 0 ◦ green 75 ◦ blue 120

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

Shades of Dark Cerulean #004B78

Tints of Dark Cerulean #004B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.46%

 BLUE value IS 120 (47.27% from 255) = 61.54%

R = 0%
G = 38.46%
B = 61.54%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#004B78 (or 0x004B78) is known color: Dark Cerulean. HEX triplet: 00, 4B and 78. RGB value is (0,75,120). Sum of RGB (Red+Green+Blue) = 0+75+120=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #004B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B78 is #FFB487. Grayscale: #393939. Windows color (decimal): -16757896 or 7883520. OLE color: 7883520.

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

Color convert

RGB 0 75 120 -
CMYK 1 0.37 0 0.53
HSL 202.5º 1% 0.24% -
HSV(B) 202.5º 1% 0.47% -
XYZ 5.91 6.39 18.69 -
YUV 57.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 0 75 120 1 0.37 0 0.53 202.5 1 0.24
Hex 0 4B 78 64 25 0 35 CA 64 18
Octal 0 113 170 144 45 0 65 312 144 30
Binary 0 1001011 1111000 1100100 100101 0 110101 11001010 1100100 11000

Color Harmonies of #004B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B78

Black with #004B78

Text Example


Text Example

White with #004B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,75,120); }

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

background-color css

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

 a { background-color: rgb(0,75,120); }

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

border-color css

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

 span { border-color: rgb(0,75,120); }

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