Html Css Color HEX #164A71 Dark Cerulean

📋 copy color: '#164A71'

red 22 ◦ green 74 ◦ blue 113

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

Shades of Dark Cerulean #164A71

Tints of Dark Cerulean #164A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.41%

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

R = 10.53%
G = 35.41%
B = 54.07%

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

#164A71 (or 0x164A71) is known color: Dark Cerulean. HEX triplet: 16, 4A and 71. RGB value is (22,74,113). Sum of RGB (Red+Green+Blue) = 22+74+113=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #164A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A71 is #E9B58E. Grayscale: #3E3E3E. Windows color (decimal): -15316367 or 7424534. OLE color: 7424534.

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

Color convert

RGB 22 74 113 -
CMYK 0.81 0.35 0 0.56
HSL 205.71º 0.67% 0.26% -
HSV(B) 205.71º 0.81% 0.44% -
XYZ 5.76 6.26 16.53 -
YUV 62.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 22 74 113 0.81 0.35 0 0.56 205.71 0.67 0.26
Hex 16 4A 71 51 23 0 38 CE 43 1A
Octal 26 112 161 121 43 0 70 316 103 32
Binary 10110 1001010 1110001 1010001 100011 0 111000 11001110 1000011 11010

Color Harmonies of #164A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164A71

Black with #164A71

Text Example


Text Example

White with #164A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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