Html Css Color HEX #164575 Dark Cerulean

📋 copy color: '#164575'

red 22 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #164575

Tints of Dark Cerulean #164575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 10.58%
G = 33.17%
B = 56.25%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#164575 (or 0x164575) is known color: Dark Cerulean. HEX triplet: 16, 45 and 75. RGB value is (22,69,117). Sum of RGB (Red+Green+Blue) = 22+69+117=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #164575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164575 is #E9BA8A. Grayscale: #3C3C3C. Windows color (decimal): -15317643 or 7685398. OLE color: 7685398.

HSL color Cylindrical-coordinate representation of color #164575: hue angle of 210.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164575 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 69 117 -
CMYK 0.81 0.41 0 0.54
HSL 210.32º 0.68% 0.27% -
HSV(B) 210.32º 0.81% 0.46% -
XYZ 5.67 5.71 17.63 -
YUV 60.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 22 69 117 0.81 0.41 0 0.54 210.32 0.68 0.27
Hex 16 45 75 51 29 0 36 D2 44 1B
Octal 26 105 165 121 51 0 66 322 104 33
Binary 10110 1000101 1110101 1010001 101001 0 110110 11010010 1000100 11011

Color Harmonies of #164575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164575

Black with #164575

Text Example


Text Example

White with #164575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164575; }

 p { color: rgb(22,69,117); }

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

background-color css

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

 a { background-color: rgb(22,69,117); }

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

border-color css

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

 span { border-color: rgb(22,69,117); }

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