Html Css Color HEX #163266 Sapphire

📋 copy color: '#163266'

red 22 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #163266

Tints of Sapphire #163266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 12.64%
G = 28.74%
B = 58.62%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#163266 (or 0x163266) is known color: Sapphire. HEX triplet: 16, 32 and 66. RGB value is (22,50,102). Sum of RGB (Red+Green+Blue) = 22+50+102=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #163266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163266 is #E9CD99. Grayscale: #2F2F2F. Windows color (decimal): -15322522 or 6697494. OLE color: 6697494.

HSL color Cylindrical-coordinate representation of color #163266: hue angle of 219º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163266 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 50 102 -
CMYK 0.78 0.51 0 0.6
HSL 219º 0.65% 0.24% -
HSV(B) 219º 0.78% 0.4% -
XYZ 3.87 3.41 13.02 -
YUV 47.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 22 50 102 0.78 0.51 0 0.6 219 0.65 0.24
Hex 16 32 66 4E 33 0 3C DB 41 18
Octal 26 62 146 116 63 0 74 333 101 30
Binary 10110 110010 1100110 1001110 110011 0 111100 11011011 1000001 11000

Color Harmonies of #163266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163266

Black with #163266

Text Example


Text Example

White with #163266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163266; }

 p { color: rgb(22,50,102); }

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

background-color css

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

 a { background-color: rgb(22,50,102); }

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

border-color css

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

 span { border-color: rgb(22,50,102); }

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