Html Css Color HEX #164771 Dark Cerulean

📋 copy color: '#164771'

red 22 ◦ green 71 ◦ blue 113

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

Shades of Dark Cerulean #164771

Tints of Dark Cerulean #164771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 10.68%
G = 34.47%
B = 54.85%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#164771 (or 0x164771) is known color: Dark Cerulean. HEX triplet: 16, 47 and 71. RGB value is (22,71,113). Sum of RGB (Red+Green+Blue) = 22+71+113=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #164771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164771 is #E9B88E. Grayscale: #3C3C3C. Windows color (decimal): -15317135 or 7423766. OLE color: 7423766.

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

Color convert

RGB 22 71 113 -
CMYK 0.81 0.37 0 0.56
HSL 207.69º 0.67% 0.26% -
HSV(B) 207.69º 0.81% 0.44% -
XYZ 5.56 5.87 16.46 -
YUV 61.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 22 71 113 0.81 0.37 0 0.56 207.69 0.67 0.26
Hex 16 47 71 51 25 0 38 D0 43 1A
Octal 26 107 161 121 45 0 70 320 103 32
Binary 10110 1000111 1110001 1010001 100101 0 111000 11010000 1000011 11010

Color Harmonies of #164771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164771

Black with #164771

Text Example


Text Example

White with #164771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164771; }

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

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

background-color css

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

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

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

border-color css

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

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

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