Html Css Color HEX #164475 Dark Cerulean

📋 copy color: '#164475'

red 22 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #164475

Tints of Dark Cerulean #164475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.85%

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

R = 10.63%
G = 32.85%
B = 56.52%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#164475 (or 0x164475) is known color: Dark Cerulean. HEX triplet: 16, 44 and 75. RGB value is (22,68,117). Sum of RGB (Red+Green+Blue) = 22+68+117=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #164475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164475 is #E9BB8A. Grayscale: #3B3B3B. Windows color (decimal): -15317899 or 7685142. OLE color: 7685142.

HSL color Cylindrical-coordinate representation of color #164475: hue angle of 210.95º 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 #164475 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 68 117 -
CMYK 0.81 0.42 0 0.54
HSL 210.95º 0.68% 0.27% -
HSV(B) 210.95º 0.81% 0.46% -
XYZ 5.61 5.59 17.61 -
YUV 59.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 22 68 117 0.81 0.42 0 0.54 210.95 0.68 0.27
Hex 16 44 75 51 2A 0 36 D3 44 1B
Octal 26 104 165 121 52 0 66 323 104 33
Binary 10110 1000100 1110101 1010001 101010 0 110110 11010011 1000100 11011

Color Harmonies of #164475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164475

Black with #164475

Text Example


Text Example

White with #164475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164475; }

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

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

background-color css

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

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

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

border-color css

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

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

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