Html Css Color HEX #164089 Dark Cerulean

📋 copy color: '#164089'

red 22 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #164089

Tints of Dark Cerulean #164089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 9.87%
G = 28.7%
B = 61.43%

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

#164089 (or 0x164089) is known color: Dark Cerulean. HEX triplet: 16, 40 and 89. RGB value is (22,64,137). Sum of RGB (Red+Green+Blue) = 22+64+137=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #164089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164089 is #E9BF76. Grayscale: #3B3B3B. Windows color (decimal): -15318903 or 8994838. OLE color: 8994838.

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

Color convert

RGB 22 64 137 -
CMYK 0.84 0.53 0 0.46
HSL 218.09º 0.72% 0.31% -
HSV(B) 218.09º 0.84% 0.54% -
XYZ 6.68 5.64 24.4 -
YUV 59.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 22 64 137 0.84 0.53 0 0.46 218.09 0.72 0.31
Hex 16 40 89 54 35 0 2E DA 48 1F
Octal 26 100 211 124 65 0 56 332 110 37
Binary 10110 1000000 10001001 1010100 110101 0 101110 11011010 1001000 11111

Color Harmonies of #164089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164089

Black with #164089

Text Example


Text Example

White with #164089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164089; }

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

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

background-color css

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

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

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

border-color css

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

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

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