Html Css Color HEX #164694 Dark Cerulean

📋 copy color: '#164694'

red 22 ◦ green 70 ◦ blue 148

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

Shades of Dark Cerulean #164694

Tints of Dark Cerulean #164694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 9.17%
G = 29.17%
B = 61.67%

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

#164694 (or 0x164694) is known color: Dark Cerulean. HEX triplet: 16, 46 and 94. RGB value is (22,70,148). Sum of RGB (Red+Green+Blue) = 22+70+148=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #164694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164694 is #E9B96B. Grayscale: #404040. Windows color (decimal): -15317356 or 9717270. OLE color: 9717270.

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

Color convert

RGB 22 70 148 -
CMYK 0.85 0.53 0 0.42
HSL 217.14º 0.74% 0.33% -
HSV(B) 217.14º 0.85% 0.58% -
XYZ 7.87 6.69 28.89 -
YUV 64.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 22 70 148 0.85 0.53 0 0.42 217.14 0.74 0.33
Hex 16 46 94 55 35 0 2A D9 4A 21
Octal 26 106 224 125 65 0 52 331 112 41
Binary 10110 1000110 10010100 1010101 110101 0 101010 11011001 1001010 100001

Color Harmonies of #164694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164694

Black with #164694

Text Example


Text Example

White with #164694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164694; }

 p { color: rgb(22,70,148); }

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

background-color css

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

 a { background-color: rgb(22,70,148); }

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

border-color css

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

 span { border-color: rgb(22,70,148); }

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