Html Css Color HEX #164593 Dark Cerulean

📋 copy color: '#164593'

red 22 ◦ green 69 ◦ blue 147

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

Shades of Dark Cerulean #164593

Tints of Dark Cerulean #164593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.76%

R = 9.24%
G = 28.99%
B = 61.76%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164593 (or 0x164593) is known color: Dark Cerulean. HEX triplet: 16, 45 and 93. RGB value is (22,69,147). Sum of RGB (Red+Green+Blue) = 22+69+147=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #164593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164593 is #E9BA6C. Grayscale: #3F3F3F. Windows color (decimal): -15317613 or 9651478. OLE color: 9651478.

HSL color Cylindrical-coordinate representation of color #164593: hue angle of 217.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164593 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 69 147 -
CMYK 0.85 0.53 0 0.42
HSL 217.44º 0.74% 0.33% -
HSV(B) 217.44º 0.85% 0.58% -
XYZ 7.73 6.53 28.46 -
YUV 63.84 174.93 98.16 -
System Red Green Blue C M Y K H S L
Decimal 22 69 147 0.85 0.53 0 0.42 217.44 0.74 0.33
Hex 16 45 93 55 35 0 2A D9 4A 21
Octal 26 105 223 125 65 0 52 331 112 41
Binary 10110 1000101 10010011 1010101 110101 0 101010 11011001 1001010 100001

Color Harmonies of #164593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164593

Black with #164593

Text Example


Text Example

White with #164593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164593; }

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

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

background-color css

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

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

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

border-color css

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

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

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