Html Css Color HEX #164990 Dark Cerulean

📋 copy color: '#164990'

red 22 ◦ green 73 ◦ blue 144

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

Shades of Dark Cerulean #164990

Tints of Dark Cerulean #164990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 9.21%
G = 30.54%
B = 60.25%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#164990 (or 0x164990) is known color: Dark Cerulean. HEX triplet: 16, 49 and 90. RGB value is (22,73,144). Sum of RGB (Red+Green+Blue) = 22+73+144=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #164990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164990 is #E9B66F. Grayscale: #414141. Windows color (decimal): -15316592 or 9455894. OLE color: 9455894.

HSL color Cylindrical-coordinate representation of color #164990: hue angle of 214.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164990 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 73 144 -
CMYK 0.85 0.49 0 0.44
HSL 214.92º 0.73% 0.33% -
HSV(B) 214.92º 0.85% 0.56% -
XYZ 7.75 6.95 27.32 -
YUV 65.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 22 73 144 0.85 0.49 0 0.44 214.92 0.73 0.33
Hex 16 49 90 55 31 0 2C D7 49 21
Octal 26 111 220 125 61 0 54 327 111 41
Binary 10110 1001001 10010000 1010101 110001 0 101100 11010111 1001001 100001

Color Harmonies of #164990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164990

Black with #164990

Text Example


Text Example

White with #164990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164990; }

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

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

background-color css

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

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

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

border-color css

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

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

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