Html Css Color HEX #164670 Dark Cerulean

📋 copy color: '#164670'

red 22 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #164670

Tints of Dark Cerulean #164670

RGB

 RED value IS 22 (8.98% from 255) = 10.78%

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

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

R = 10.78%
G = 34.31%
B = 54.9%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#164670 (or 0x164670) is known color: Dark Cerulean. HEX triplet: 16, 46 and 70. RGB value is (22,70,112). Sum of RGB (Red+Green+Blue) = 22+70+112=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #164670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164670 is #E9B98F. Grayscale: #3C3C3C. Windows color (decimal): -15317392 or 7357974. OLE color: 7357974.

HSL color Cylindrical-coordinate representation of color #164670: hue angle of 208º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164670 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 70 112 -
CMYK 0.80 0.38 0 0.56
HSL 208º 0.67% 0.26% -
HSV(B) 208º 0.8% 0.44% -
XYZ 5.45 5.72 16.15 -
YUV 60.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 22 70 112 0.80 0.38 0 0.56 208 0.67 0.26
Hex 16 46 70 50 26 0 38 D0 43 1A
Octal 26 106 160 120 46 0 70 320 103 32
Binary 10110 1000110 1110000 1010000 100110 0 111000 11010000 1000011 11010

Color Harmonies of #164670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164670

Black with #164670

Text Example


Text Example

White with #164670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164670; }

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

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

background-color css

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

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

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

border-color css

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

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

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