Html Css Color HEX #164188 Dark Cerulean

📋 copy color: '#164188'

red 22 ◦ green 65 ◦ blue 136

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

Shades of Dark Cerulean #164188

Tints of Dark Cerulean #164188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

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

R = 9.87%
G = 29.15%
B = 60.99%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#164188 (or 0x164188) is known color: Dark Cerulean. HEX triplet: 16, 41 and 88. RGB value is (22,65,136). Sum of RGB (Red+Green+Blue) = 22+65+136=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #164188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164188 is #E9BE77. Grayscale: #3B3B3B. Windows color (decimal): -15318648 or 8929558. OLE color: 8929558.

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

Color convert

RGB 22 65 136 -
CMYK 0.84 0.52 0 0.47
HSL 217.37º 0.72% 0.31% -
HSV(B) 217.37º 0.84% 0.53% -
XYZ 6.67 5.73 24.05 -
YUV 60.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 22 65 136 0.84 0.52 0 0.47 217.37 0.72 0.31
Hex 16 41 88 54 34 0 2F D9 48 1F
Octal 26 101 210 124 64 0 57 331 110 37
Binary 10110 1000001 10001000 1010100 110100 0 101111 11011001 1001000 11111

Color Harmonies of #164188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164188

Black with #164188

Text Example


Text Example

White with #164188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164188; }

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

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

background-color css

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

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

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

border-color css

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

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

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