Html Css Color HEX #164785 Dark Cerulean

📋 copy color: '#164785'

red 22 ◦ green 71 ◦ blue 133

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

Shades of Dark Cerulean #164785

Tints of Dark Cerulean #164785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 9.73%
G = 31.42%
B = 58.85%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164785 (or 0x164785) is known color: Dark Cerulean. HEX triplet: 16, 47 and 85. RGB value is (22,71,133). Sum of RGB (Red+Green+Blue) = 22+71+133=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #164785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164785 is #E9B87A. Grayscale: #3F3F3F. Windows color (decimal): -15317115 or 8734486. OLE color: 8734486.

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

Color convert

RGB 22 71 133 -
CMYK 0.83 0.47 0 0.48
HSL 213.51º 0.72% 0.3% -
HSV(B) 213.51º 0.83% 0.52% -
XYZ 6.82 6.37 23.06 -
YUV 63.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 22 71 133 0.83 0.47 0 0.48 213.51 0.72 0.3
Hex 16 47 85 53 2F 0 30 D6 48 1E
Octal 26 107 205 123 57 0 60 326 110 36
Binary 10110 1000111 10000101 1010011 101111 0 110000 11010110 1001000 11110

Color Harmonies of #164785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164785

Black with #164785

Text Example


Text Example

White with #164785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164785; }

 p { color: rgb(22,71,133); }

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

background-color css

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

 a { background-color: rgb(22,71,133); }

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

border-color css

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

 span { border-color: rgb(22,71,133); }

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