Html Css Color HEX #164C84 Dark Cerulean

📋 copy color: '#164C84'

red 22 ◦ green 76 ◦ blue 132

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

Shades of Dark Cerulean #164C84

Tints of Dark Cerulean #164C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 9.57%
G = 33.04%
B = 57.39%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164C84 (or 0x164C84) is known color: Dark Cerulean. HEX triplet: 16, 4C and 84. RGB value is (22,76,132). Sum of RGB (Red+Green+Blue) = 22+76+132=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #164C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C84 is #E9B37B. Grayscale: #414141. Windows color (decimal): -15315836 or 8670230. OLE color: 8670230.

HSL color Cylindrical-coordinate representation of color #164C84: hue angle of 210.55º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164C84 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 76 132 -
CMYK 0.83 0.42 0 0.48
HSL 210.55º 0.71% 0.3% -
HSV(B) 210.55º 0.83% 0.52% -
XYZ 7.08 7.01 22.81 -
YUV 66.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 22 76 132 0.83 0.42 0 0.48 210.55 0.71 0.3
Hex 16 4C 84 53 2A 0 30 D3 47 1E
Octal 26 114 204 123 52 0 60 323 107 36
Binary 10110 1001100 10000100 1010011 101010 0 110000 11010011 1000111 11110

Color Harmonies of #164C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164C84

Black with #164C84

Text Example


Text Example

White with #164C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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