Html Css Color HEX #164088 Dark Cerulean

📋 copy color: '#164088'

red 22 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #164088

Tints of Dark Cerulean #164088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.26%

R = 9.91%
G = 28.83%
B = 61.26%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#164088 (or 0x164088) is known color: Dark Cerulean. HEX triplet: 16, 40 and 88. RGB value is (22,64,136). Sum of RGB (Red+Green+Blue) = 22+64+136=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #164088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164088 is #E9BF77. Grayscale: #3B3B3B. Windows color (decimal): -15318904 or 8929302. OLE color: 8929302.

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

Color convert

RGB 22 64 136 -
CMYK 0.84 0.53 0 0.47
HSL 217.89º 0.72% 0.31% -
HSV(B) 217.89º 0.84% 0.53% -
XYZ 6.61 5.61 24.03 -
YUV 59.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 22 64 136 0.84 0.53 0 0.47 217.89 0.72 0.31
Hex 16 40 88 54 35 0 2F DA 48 1F
Octal 26 100 210 124 65 0 57 332 110 37
Binary 10110 1000000 10001000 1010100 110101 0 101111 11011010 1001000 11111

Color Harmonies of #164088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164088

Black with #164088

Text Example


Text Example

White with #164088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164088; }

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

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

background-color css

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

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

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

border-color css

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

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

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