Html Css Color HEX #164893 Dark Cerulean

📋 copy color: '#164893'

red 22 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #164893

Tints of Dark Cerulean #164893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 9.13%
G = 29.88%
B = 61%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164893 (or 0x164893) is known color: Dark Cerulean. HEX triplet: 16, 48 and 93. RGB value is (22,72,147). Sum of RGB (Red+Green+Blue) = 22+72+147=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #164893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164893 is #E9B76C. Grayscale: #414141. Windows color (decimal): -15316845 or 9652246. OLE color: 9652246.

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

Color convert

RGB 22 72 147 -
CMYK 0.85 0.51 0 0.42
HSL 216º 0.74% 0.33% -
HSV(B) 216º 0.85% 0.58% -
XYZ 7.91 6.91 28.52 -
YUV 65.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 22 72 147 0.85 0.51 0 0.42 216 0.74 0.33
Hex 16 48 93 55 33 0 2A D8 4A 21
Octal 26 110 223 125 63 0 52 330 112 41
Binary 10110 1001000 10010011 1010101 110011 0 101010 11011000 1001010 100001

Color Harmonies of #164893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164893

Black with #164893

Text Example


Text Example

White with #164893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164893; }

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

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

background-color css

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

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

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

border-color css

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

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

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