Html Css Color HEX #164189 Dark Cerulean

📋 copy color: '#164189'

red 22 ◦ green 65 ◦ blue 137

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

Shades of Dark Cerulean #164189

Tints of Dark Cerulean #164189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 9.82%
G = 29.02%
B = 61.16%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#164189 (or 0x164189) is known color: Dark Cerulean. HEX triplet: 16, 41 and 89. RGB value is (22,65,137). Sum of RGB (Red+Green+Blue) = 22+65+137=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #164189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164189 is #E9BE76. Grayscale: #3C3C3C. Windows color (decimal): -15318647 or 8995094. OLE color: 8995094.

HSL color Cylindrical-coordinate representation of color #164189: hue angle of 217.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164189 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 65 137 -
CMYK 0.84 0.53 0 0.46
HSL 217.57º 0.72% 0.31% -
HSV(B) 217.57º 0.84% 0.54% -
XYZ 6.74 5.76 24.42 -
YUV 60.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 22 65 137 0.84 0.53 0 0.46 217.57 0.72 0.31
Hex 16 41 89 54 35 0 2E DA 48 1F
Octal 26 101 211 124 65 0 56 332 110 37
Binary 10110 1000001 10001001 1010100 110101 0 101110 11011010 1001000 11111

Color Harmonies of #164189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164189

Black with #164189

Text Example


Text Example

White with #164189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164189; }

 p { color: rgb(22,65,137); }

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

background-color css

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

 a { background-color: rgb(22,65,137); }

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

border-color css

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

 span { border-color: rgb(22,65,137); }

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