Html Css Color HEX #164974 Dark Cerulean

📋 copy color: '#164974'

red 22 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #164974

Tints of Dark Cerulean #164974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 10.43%
G = 34.6%
B = 54.98%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164974 (or 0x164974) is known color: Dark Cerulean. HEX triplet: 16, 49 and 74. RGB value is (22,73,116). Sum of RGB (Red+Green+Blue) = 22+73+116=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #164974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164974 is #E9B68B. Grayscale: #3E3E3E. Windows color (decimal): -15316620 or 7620886. OLE color: 7620886.

HSL color Cylindrical-coordinate representation of color #164974: hue angle of 207.45º 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 #164974 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 73 116 -
CMYK 0.81 0.37 0 0.55
HSL 207.45º 0.68% 0.27% -
HSV(B) 207.45º 0.81% 0.45% -
XYZ 5.87 6.2 17.41 -
YUV 62.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 22 73 116 0.81 0.37 0 0.55 207.45 0.68 0.27
Hex 16 49 74 51 25 0 37 CF 44 1B
Octal 26 111 164 121 45 0 67 317 104 33
Binary 10110 1001001 1110100 1010001 100101 0 110111 11001111 1000100 11011

Color Harmonies of #164974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164974

Black with #164974

Text Example


Text Example

White with #164974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164974; }

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

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

background-color css

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

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

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

border-color css

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

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

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