Html Css Color HEX #164489 Dark Cerulean

📋 copy color: '#164489'

red 22 ◦ green 68 ◦ blue 137

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

Shades of Dark Cerulean #164489

Tints of Dark Cerulean #164489

RGB

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

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

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

R = 9.69%
G = 29.96%
B = 60.35%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#164489 (or 0x164489) is known color: Dark Cerulean. HEX triplet: 16, 44 and 89. RGB value is (22,68,137). Sum of RGB (Red+Green+Blue) = 22+68+137=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #164489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164489 is #E9BB76. Grayscale: #3D3D3D. Windows color (decimal): -15317879 or 8995862. OLE color: 8995862.

HSL color Cylindrical-coordinate representation of color #164489: hue angle of 216º 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 #164489 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 68 137 -
CMYK 0.84 0.50 0 0.46
HSL 216º 0.72% 0.31% -
HSV(B) 216º 0.84% 0.54% -
XYZ 6.91 6.11 24.48 -
YUV 62.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 22 68 137 0.84 0.50 0 0.46 216 0.72 0.31
Hex 16 44 89 54 32 0 2E D8 48 1F
Octal 26 104 211 124 62 0 56 330 110 37
Binary 10110 1000100 10001001 1010100 110010 0 101110 11011000 1001000 11111

Color Harmonies of #164489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164489

Black with #164489

Text Example


Text Example

White with #164489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164489; }

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

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

background-color css

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

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

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

border-color css

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

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

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