Html Css Color HEX #164971 Dark Cerulean

📋 copy color: '#164971'

red 22 ◦ green 73 ◦ blue 113

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

Shades of Dark Cerulean #164971

Tints of Dark Cerulean #164971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 10.58%
G = 35.1%
B = 54.33%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#164971 (or 0x164971) is known color: Dark Cerulean. HEX triplet: 16, 49 and 71. RGB value is (22,73,113). Sum of RGB (Red+Green+Blue) = 22+73+113=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #164971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164971 is #E9B68E. Grayscale: #3E3E3E. Windows color (decimal): -15316623 or 7424278. OLE color: 7424278.

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

Color convert

RGB 22 73 113 -
CMYK 0.81 0.35 0 0.56
HSL 206.37º 0.67% 0.26% -
HSV(B) 206.37º 0.81% 0.44% -
XYZ 5.69 6.13 16.51 -
YUV 62.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 22 73 113 0.81 0.35 0 0.56 206.37 0.67 0.26
Hex 16 49 71 51 23 0 38 CE 43 1A
Octal 26 111 161 121 43 0 70 316 103 32
Binary 10110 1001001 1110001 1010001 100011 0 111000 11001110 1000011 11010

Color Harmonies of #164971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164971

Black with #164971

Text Example


Text Example

White with #164971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164971; }

 p { color: rgb(22,73,113); }

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

background-color css

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

 a { background-color: rgb(22,73,113); }

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

border-color css

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

 span { border-color: rgb(22,73,113); }

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