Html Css Color HEX #164374 Dark Cerulean

📋 copy color: '#164374'

red 22 ◦ green 67 ◦ blue 116

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

Shades of Dark Cerulean #164374

Tints of Dark Cerulean #164374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 10.73%
G = 32.68%
B = 56.59%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164374 (or 0x164374) is known color: Dark Cerulean. HEX triplet: 16, 43 and 74. RGB value is (22,67,116). Sum of RGB (Red+Green+Blue) = 22+67+116=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #164374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164374 is #E9BC8B. Grayscale: #3A3A3A. Windows color (decimal): -15318156 or 7619350. OLE color: 7619350.

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

Color convert

RGB 22 67 116 -
CMYK 0.81 0.42 0 0.55
HSL 211.28º 0.68% 0.27% -
HSV(B) 211.28º 0.81% 0.45% -
XYZ 5.49 5.45 17.28 -
YUV 59.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 22 67 116 0.81 0.42 0 0.55 211.28 0.68 0.27
Hex 16 43 74 51 2A 0 37 D3 44 1B
Octal 26 103 164 121 52 0 67 323 104 33
Binary 10110 1000011 1110100 1010001 101010 0 110111 11010011 1000100 11011

Color Harmonies of #164374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164374

Black with #164374

Text Example


Text Example

White with #164374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164374; }

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

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

background-color css

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

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

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

border-color css

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

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

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