Html Css Color HEX #164490 Dark Cerulean

📋 copy color: '#164490'

red 22 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #164490

Tints of Dark Cerulean #164490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 9.4%
G = 29.06%
B = 61.54%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#164490 (or 0x164490) is known color: Dark Cerulean. HEX triplet: 16, 44 and 90. RGB value is (22,68,144). Sum of RGB (Red+Green+Blue) = 22+68+144=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #164490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164490 is #E9BB6F. Grayscale: #3E3E3E. Windows color (decimal): -15317872 or 9454614. OLE color: 9454614.

HSL color Cylindrical-coordinate representation of color #164490: hue angle of 217.38º 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 #164490 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 68 144 -
CMYK 0.85 0.53 0 0.44
HSL 217.38º 0.73% 0.33% -
HSV(B) 217.38º 0.85% 0.56% -
XYZ 7.43 6.32 27.21 -
YUV 62.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 22 68 144 0.85 0.53 0 0.44 217.38 0.73 0.33
Hex 16 44 90 55 35 0 2C D9 49 21
Octal 26 104 220 125 65 0 54 331 111 41
Binary 10110 1000100 10010000 1010101 110101 0 101100 11011001 1001001 100001

Color Harmonies of #164490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164490

Black with #164490

Text Example


Text Example

White with #164490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164490; }

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

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

background-color css

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

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

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

border-color css

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

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

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