Html Css Color HEX #164984 Dark Cerulean

📋 copy color: '#164984'

red 22 ◦ green 73 ◦ blue 132

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

Shades of Dark Cerulean #164984

Tints of Dark Cerulean #164984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 9.69%
G = 32.16%
B = 58.15%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164984 (or 0x164984) is known color: Dark Cerulean. HEX triplet: 16, 49 and 84. RGB value is (22,73,132). Sum of RGB (Red+Green+Blue) = 22+73+132=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #164984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164984 is #E9B67B. Grayscale: #404040. Windows color (decimal): -15316604 or 8669462. OLE color: 8669462.

HSL color Cylindrical-coordinate representation of color #164984: hue angle of 212.18º 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 #164984 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 73 132 -
CMYK 0.83 0.45 0 0.48
HSL 212.18º 0.71% 0.3% -
HSV(B) 212.18º 0.83% 0.52% -
XYZ 6.88 6.6 22.74 -
YUV 64.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 22 73 132 0.83 0.45 0 0.48 212.18 0.71 0.3
Hex 16 49 84 53 2D 0 30 D4 47 1E
Octal 26 111 204 123 55 0 60 324 107 36
Binary 10110 1001001 10000100 1010011 101101 0 110000 11010100 1000111 11110

Color Harmonies of #164984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164984

Black with #164984

Text Example


Text Example

White with #164984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164984; }

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

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

background-color css

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

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

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

border-color css

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

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

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