Html Css Color HEX #004670 Dark Cerulean

📋 copy color: '#004670'

red 0 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #004670

Tints of Dark Cerulean #004670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

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

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

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004670 (or 0x004670) is known color: Dark Cerulean. HEX triplet: 00, 46 and 70. RGB value is (0,70,112). Sum of RGB (Red+Green+Blue) = 0+70+112=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #004670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004670 is #FFB98F. Grayscale: #353535. Windows color (decimal): -16759184 or 7357952. OLE color: 7357952.

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

Color convert

RGB 0 70 112 -
CMYK 1 0.38 0 0.56
HSL 202.5º 1% 0.22% -
HSV(B) 202.5º 1% 0.44% -
XYZ 5.11 5.55 16.13 -
YUV 53.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 0 70 112 1 0.38 0 0.56 202.5 1 0.22
Hex 0 46 70 64 26 0 38 CA 64 16
Octal 0 106 160 144 46 0 70 312 144 26
Binary 0 1000110 1110000 1100100 100110 0 111000 11001010 1100100 10110

Color Harmonies of #004670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004670

Black with #004670

Text Example


Text Example

White with #004670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004670; }

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

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

background-color css

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

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

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

border-color css

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

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

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