Html Css Color HEX #164273 Dark Cerulean

📋 copy color: '#164273'

red 22 ◦ green 66 ◦ blue 115

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

Shades of Dark Cerulean #164273

Tints of Dark Cerulean #164273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 10.84%
G = 32.51%
B = 56.65%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164273 (or 0x164273) is known color: Dark Cerulean. HEX triplet: 16, 42 and 73. RGB value is (22,66,115). Sum of RGB (Red+Green+Blue) = 22+66+115=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #164273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164273 is #E9BD8C. Grayscale: #3A3A3A. Windows color (decimal): -15318413 or 7553558. OLE color: 7553558.

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

Color convert

RGB 22 66 115 -
CMYK 0.81 0.43 0 0.55
HSL 211.61º 0.68% 0.27% -
HSV(B) 211.61º 0.81% 0.45% -
XYZ 5.37 5.3 16.96 -
YUV 58.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 22 66 115 0.81 0.43 0 0.55 211.61 0.68 0.27
Hex 16 42 73 51 2B 0 37 D4 44 1B
Octal 26 102 163 121 53 0 67 324 104 33
Binary 10110 1000010 1110011 1010001 101011 0 110111 11010100 1000100 11011

Color Harmonies of #164273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164273

Black with #164273

Text Example


Text Example

White with #164273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164273; }

 p { color: rgb(22,66,115); }

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

background-color css

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

 a { background-color: rgb(22,66,115); }

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

border-color css

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

 span { border-color: rgb(22,66,115); }

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