Html Css Color HEX #164690 Dark Cerulean

📋 copy color: '#164690'

red 22 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #164690

Tints of Dark Cerulean #164690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

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

R = 9.32%
G = 29.66%
B = 61.02%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#164690 (or 0x164690) is known color: Dark Cerulean. HEX triplet: 16, 46 and 90. RGB value is (22,70,144). Sum of RGB (Red+Green+Blue) = 22+70+144=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #164690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164690 is #E9B96F. Grayscale: #3F3F3F. Windows color (decimal): -15317360 or 9455126. OLE color: 9455126.

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

Color convert

RGB 22 70 144 -
CMYK 0.85 0.51 0 0.44
HSL 216.39º 0.73% 0.33% -
HSV(B) 216.39º 0.85% 0.56% -
XYZ 7.56 6.56 27.25 -
YUV 64.08 173.1 97.98 -
System Red Green Blue C M Y K H S L
Decimal 22 70 144 0.85 0.51 0 0.44 216.39 0.73 0.33
Hex 16 46 90 55 33 0 2C D8 49 21
Octal 26 106 220 125 63 0 54 330 111 41
Binary 10110 1000110 10010000 1010101 110011 0 101100 11011000 1001001 100001

Color Harmonies of #164690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164690

Black with #164690

Text Example


Text Example

White with #164690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164690; }

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

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

background-color css

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

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

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

border-color css

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

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

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