Html Css Color HEX #163263 Sapphire

📋 copy color: '#163263'

red 22 ◦ green 50 ◦ blue 99

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

Shades of Sapphire #163263

Tints of Sapphire #163263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.89%

R = 12.87%
G = 29.24%
B = 57.89%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163263 (or 0x163263) is known color: Sapphire. HEX triplet: 16, 32 and 63. RGB value is (22,50,99). Sum of RGB (Red+Green+Blue) = 22+50+99=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #163263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163263 is #E9CD9C. Grayscale: #2E2E2E. Windows color (decimal): -15322525 or 6500886. OLE color: 6500886.

HSL color Cylindrical-coordinate representation of color #163263: hue angle of 218.18º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163263 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 50 99 -
CMYK 0.78 0.49 0 0.61
HSL 218.18º 0.64% 0.24% -
HSV(B) 218.18º 0.78% 0.39% -
XYZ 3.72 3.35 12.26 -
YUV 47.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 22 50 99 0.78 0.49 0 0.61 218.18 0.64 0.24
Hex 16 32 63 4E 31 0 3D DA 40 18
Octal 26 62 143 116 61 0 75 332 100 30
Binary 10110 110010 1100011 1001110 110001 0 111101 11011010 1000000 11000

Color Harmonies of #163263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163263

Black with #163263

Text Example


Text Example

White with #163263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163263; }

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

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

background-color css

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

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

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

border-color css

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

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

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