Html Css Color HEX #164285 Dark Cerulean

📋 copy color: '#164285'

red 22 ◦ green 66 ◦ blue 133

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

Shades of Dark Cerulean #164285

Tints of Dark Cerulean #164285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 9.95%
G = 29.86%
B = 60.18%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164285 (or 0x164285) is known color: Dark Cerulean. HEX triplet: 16, 42 and 85. RGB value is (22,66,133). Sum of RGB (Red+Green+Blue) = 22+66+133=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #164285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164285 is #E9BD7A. Grayscale: #3C3C3C. Windows color (decimal): -15318395 or 8733206. OLE color: 8733206.

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

Color convert

RGB 22 66 133 -
CMYK 0.83 0.50 0 0.48
HSL 216.22º 0.72% 0.3% -
HSV(B) 216.22º 0.83% 0.52% -
XYZ 6.51 5.76 22.96 -
YUV 60.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 22 66 133 0.83 0.50 0 0.48 216.22 0.72 0.3
Hex 16 42 85 53 32 0 30 D8 48 1E
Octal 26 102 205 123 62 0 60 330 110 36
Binary 10110 1000010 10000101 1010011 110010 0 110000 11011000 1001000 11110

Color Harmonies of #164285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164285

Black with #164285

Text Example


Text Example

White with #164285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164285; }

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

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

background-color css

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

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

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

border-color css

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

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

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