Html Css Color HEX #164980 Dark Cerulean

📋 copy color: '#164980'

red 22 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #164980

Tints of Dark Cerulean #164980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.4%

R = 9.87%
G = 32.74%
B = 57.4%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#164980 (or 0x164980) is known color: Dark Cerulean. HEX triplet: 16, 49 and 80. RGB value is (22,73,128). Sum of RGB (Red+Green+Blue) = 22+73+128=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #164980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164980 is #E9B67F. Grayscale: #3F3F3F. Windows color (decimal): -15316608 or 8407318. OLE color: 8407318.

HSL color Cylindrical-coordinate representation of color #164980: hue angle of 211.13º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164980 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 73 128 -
CMYK 0.83 0.43 0 0.50
HSL 211.13º 0.71% 0.29% -
HSV(B) 211.13º 0.83% 0.5% -
XYZ 6.61 6.49 21.33 -
YUV 64.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 22 73 128 0.83 0.43 0 0.50 211.13 0.71 0.29
Hex 16 49 80 53 2B 0 32 D3 47 1D
Octal 26 111 200 123 53 0 62 323 107 35
Binary 10110 1001001 10000000 1010011 101011 0 110010 11010011 1000111 11101

Color Harmonies of #164980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164980

Black with #164980

Text Example


Text Example

White with #164980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164980; }

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

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

background-color css

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

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

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

border-color css

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

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

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