Html Css Color HEX #164679 Dark Cerulean

📋 copy color: '#164679'

red 22 ◦ green 70 ◦ blue 121

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

Shades of Dark Cerulean #164679

Tints of Dark Cerulean #164679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 10.33%
G = 32.86%
B = 56.81%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#164679 (or 0x164679) is known color: Dark Cerulean. HEX triplet: 16, 46 and 79. RGB value is (22,70,121). Sum of RGB (Red+Green+Blue) = 22+70+121=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #164679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164679 is #E9B986. Grayscale: #3D3D3D. Windows color (decimal): -15317383 or 7947798. OLE color: 7947798.

HSL color Cylindrical-coordinate representation of color #164679: hue angle of 210.91º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164679 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 70 121 -
CMYK 0.82 0.42 0 0.53
HSL 210.91º 0.69% 0.28% -
HSV(B) 210.91º 0.82% 0.47% -
XYZ 5.97 5.93 18.92 -
YUV 61.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 22 70 121 0.82 0.42 0 0.53 210.91 0.69 0.28
Hex 16 46 79 52 2A 0 35 D3 45 1C
Octal 26 106 171 122 52 0 65 323 105 34
Binary 10110 1000110 1111001 1010010 101010 0 110101 11010011 1000101 11100

Color Harmonies of #164679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164679

Black with #164679

Text Example


Text Example

White with #164679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164679; }

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

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

background-color css

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

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

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

border-color css

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

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

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