Html Css Color HEX #164184 Dark Cerulean

📋 copy color: '#164184'

red 22 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #164184

Tints of Dark Cerulean #164184

RGB

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

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

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

R = 10.05%
G = 29.68%
B = 60.27%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164184 (or 0x164184) is known color: Dark Cerulean. HEX triplet: 16, 41 and 84. RGB value is (22,65,132). Sum of RGB (Red+Green+Blue) = 22+65+132=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #164184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164184 is #E9BE7B. Grayscale: #3B3B3B. Windows color (decimal): -15318652 or 8667414. OLE color: 8667414.

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

Color convert

RGB 22 65 132 -
CMYK 0.83 0.51 0 0.48
HSL 216.55º 0.71% 0.3% -
HSV(B) 216.55º 0.83% 0.52% -
XYZ 6.39 5.62 22.58 -
YUV 59.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 22 65 132 0.83 0.51 0 0.48 216.55 0.71 0.3
Hex 16 41 84 53 33 0 30 D9 47 1E
Octal 26 101 204 123 63 0 60 331 107 36
Binary 10110 1000001 10000100 1010011 110011 0 110000 11011001 1000111 11110

Color Harmonies of #164184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164184

Black with #164184

Text Example


Text Example

White with #164184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164184; }

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

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

background-color css

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

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

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

border-color css

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

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

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