Html Css Color HEX #004B70 Dark Cerulean

📋 copy color: '#004B70'

red 0 ◦ green 75 ◦ blue 112

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

Shades of Dark Cerulean #004B70

Tints of Dark Cerulean #004B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 0%
G = 40.11%
B = 59.89%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004B70 (or 0x004B70) is known color: Dark Cerulean. HEX triplet: 00, 4B and 70. RGB value is (0,75,112). Sum of RGB (Red+Green+Blue) = 0+75+112=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #004B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B70 is #FFB48F. Grayscale: #383838. Windows color (decimal): -16757904 or 7359232. OLE color: 7359232.

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

Color convert

RGB 0 75 112 -
CMYK 1 0.33 0 0.56
HSL 199.82º 1% 0.22% -
HSV(B) 199.82º 1% 0.44% -
XYZ 5.44 6.2 16.24 -
YUV 56.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 0 75 112 1 0.33 0 0.56 199.82 1 0.22
Hex 0 4B 70 64 21 0 38 C8 64 16
Octal 0 113 160 144 41 0 70 310 144 26
Binary 0 1001011 1110000 1100100 100001 0 111000 11001000 1100100 10110

Color Harmonies of #004B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B70

Black with #004B70

Text Example


Text Example

White with #004B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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