Html Css Color HEX #164794 Dark Cerulean

📋 copy color: '#164794'

red 22 ◦ green 71 ◦ blue 148

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

Shades of Dark Cerulean #164794

Tints of Dark Cerulean #164794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 9.13%
G = 29.46%
B = 61.41%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164794 (or 0x164794) is known color: Dark Cerulean. HEX triplet: 16, 47 and 94. RGB value is (22,71,148). Sum of RGB (Red+Green+Blue) = 22+71+148=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #164794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164794 is #E9B86B. Grayscale: #404040. Windows color (decimal): -15317100 or 9717526. OLE color: 9717526.

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

Color convert

RGB 22 71 148 -
CMYK 0.85 0.52 0 0.42
HSL 216.67º 0.74% 0.33% -
HSV(B) 216.67º 0.85% 0.58% -
XYZ 7.93 6.82 28.91 -
YUV 65.13 174.77 97.24 -
System Red Green Blue C M Y K H S L
Decimal 22 71 148 0.85 0.52 0 0.42 216.67 0.74 0.33
Hex 16 47 94 55 34 0 2A D9 4A 21
Octal 26 107 224 125 64 0 52 331 112 41
Binary 10110 1000111 10010100 1010101 110100 0 101010 11011001 1001010 100001

Color Harmonies of #164794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164794

Black with #164794

Text Example


Text Example

White with #164794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164794; }

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

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

background-color css

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

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

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

border-color css

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

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

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