Html Css Color HEX #164688 Dark Cerulean

📋 copy color: '#164688'

red 22 ◦ green 70 ◦ blue 136

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

Shades of Dark Cerulean #164688

Tints of Dark Cerulean #164688

RGB

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

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

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

R = 9.65%
G = 30.7%
B = 59.65%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#164688 (or 0x164688) is known color: Dark Cerulean. HEX triplet: 16, 46 and 88. RGB value is (22,70,136). Sum of RGB (Red+Green+Blue) = 22+70+136=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #164688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164688 is #E9B977. Grayscale: #3E3E3E. Windows color (decimal): -15317368 or 8930838. OLE color: 8930838.

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

Color convert

RGB 22 70 136 -
CMYK 0.84 0.49 0 0.47
HSL 214.74º 0.72% 0.31% -
HSV(B) 214.74º 0.84% 0.53% -
XYZ 6.96 6.33 24.15 -
YUV 63.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 22 70 136 0.84 0.49 0 0.47 214.74 0.72 0.31
Hex 16 46 88 54 31 0 2F D7 48 1F
Octal 26 106 210 124 61 0 57 327 110 37
Binary 10110 1000110 10001000 1010100 110001 0 101111 11010111 1001000 11111

Color Harmonies of #164688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164688

Black with #164688

Text Example


Text Example

White with #164688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164688; }

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

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

background-color css

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

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

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

border-color css

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

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

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