Html Css Color HEX #164674 Dark Cerulean

📋 copy color: '#164674'

red 22 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #164674

Tints of Dark Cerulean #164674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 10.58%
G = 33.65%
B = 55.77%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164674 (or 0x164674) is known color: Dark Cerulean. HEX triplet: 16, 46 and 74. RGB value is (22,70,116). Sum of RGB (Red+Green+Blue) = 22+70+116=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #164674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164674 is #E9B98B. Grayscale: #3C3C3C. Windows color (decimal): -15317388 or 7620118. OLE color: 7620118.

HSL color Cylindrical-coordinate representation of color #164674: hue angle of 209.36º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164674 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 70 116 -
CMYK 0.81 0.40 0 0.55
HSL 209.36º 0.68% 0.27% -
HSV(B) 209.36º 0.81% 0.45% -
XYZ 5.67 5.81 17.35 -
YUV 60.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 22 70 116 0.81 0.40 0 0.55 209.36 0.68 0.27
Hex 16 46 74 51 28 0 37 D1 44 1B
Octal 26 106 164 121 50 0 67 321 104 33
Binary 10110 1000110 1110100 1010001 101000 0 110111 11010001 1000100 11011

Color Harmonies of #164674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164674

Black with #164674

Text Example


Text Example

White with #164674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164674; }

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

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

background-color css

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

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

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

border-color css

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

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

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