Html Css Color HEX #164C89 Dark Cerulean

📋 copy color: '#164C89'

red 22 ◦ green 76 ◦ blue 137

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

Shades of Dark Cerulean #164C89

Tints of Dark Cerulean #164C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

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

R = 9.36%
G = 32.34%
B = 58.3%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#164C89 (or 0x164C89) is known color: Dark Cerulean. HEX triplet: 16, 4C and 89. RGB value is (22,76,137). Sum of RGB (Red+Green+Blue) = 22+76+137=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #164C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C89 is #E9B376. Grayscale: #424242. Windows color (decimal): -15315831 or 8997910. OLE color: 8997910.

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

Color convert

RGB 22 76 137 -
CMYK 0.84 0.45 0 0.46
HSL 211.83º 0.72% 0.31% -
HSV(B) 211.83º 0.84% 0.54% -
XYZ 7.43 7.15 24.65 -
YUV 66.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 22 76 137 0.84 0.45 0 0.46 211.83 0.72 0.31
Hex 16 4C 89 54 2D 0 2E D4 48 1F
Octal 26 114 211 124 55 0 56 324 110 37
Binary 10110 1001100 10001001 1010100 101101 0 101110 11010100 1001000 11111

Color Harmonies of #164C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164C89

Black with #164C89

Text Example


Text Example

White with #164C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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