Html Css Color HEX #164C71 Dark Cerulean

📋 copy color: '#164C71'

red 22 ◦ green 76 ◦ blue 113

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

Shades of Dark Cerulean #164C71

Tints of Dark Cerulean #164C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

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

R = 10.43%
G = 36.02%
B = 53.55%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#164C71 (or 0x164C71) is known color: Dark Cerulean. HEX triplet: 16, 4C and 71. RGB value is (22,76,113). Sum of RGB (Red+Green+Blue) = 22+76+113=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #164C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C71 is #E9B38E. Grayscale: #3F3F3F. Windows color (decimal): -15315855 or 7425046. OLE color: 7425046.

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

Color convert

RGB 22 76 113 -
CMYK 0.81 0.33 0 0.56
HSL 204.4º 0.67% 0.26% -
HSV(B) 204.4º 0.81% 0.44% -
XYZ 5.9 6.53 16.57 -
YUV 64.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 22 76 113 0.81 0.33 0 0.56 204.4 0.67 0.26
Hex 16 4C 71 51 21 0 38 CC 43 1A
Octal 26 114 161 121 41 0 70 314 103 32
Binary 10110 1001100 1110001 1010001 100001 0 111000 11001100 1000011 11010

Color Harmonies of #164C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164C71

Black with #164C71

Text Example


Text Example

White with #164C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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