Html Css Color HEX #164689 Dark Cerulean

📋 copy color: '#164689'

red 22 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #164689

Tints of Dark Cerulean #164689

RGB

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

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

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

R = 9.61%
G = 30.57%
B = 59.83%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#164689 (or 0x164689) is known color: Dark Cerulean. HEX triplet: 16, 46 and 89. RGB value is (22,70,137). Sum of RGB (Red+Green+Blue) = 22+70+137=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #164689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164689 is #E9B976. Grayscale: #3E3E3E. Windows color (decimal): -15317367 or 8996374. OLE color: 8996374.

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

Color convert

RGB 22 70 137 -
CMYK 0.84 0.49 0 0.46
HSL 214.96º 0.72% 0.31% -
HSV(B) 214.96º 0.84% 0.54% -
XYZ 7.04 6.36 24.52 -
YUV 63.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 22 70 137 0.84 0.49 0 0.46 214.96 0.72 0.31
Hex 16 46 89 54 31 0 2E D7 48 1F
Octal 26 106 211 124 61 0 56 327 110 37
Binary 10110 1000110 10001001 1010100 110001 0 101110 11010111 1001000 11111

Color Harmonies of #164689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164689

Black with #164689

Text Example


Text Example

White with #164689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164689; }

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

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

background-color css

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

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

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

border-color css

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

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

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