Html Css Color HEX #163063 Sapphire

📋 copy color: '#163063'

red 22 ◦ green 48 ◦ blue 99

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

Shades of Sapphire #163063

Tints of Sapphire #163063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

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

R = 13.02%
G = 28.4%
B = 58.58%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163063 (or 0x163063) is known color: Sapphire. HEX triplet: 16, 30 and 63. RGB value is (22,48,99). Sum of RGB (Red+Green+Blue) = 22+48+99=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #163063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163063 is #E9CF9C. Grayscale: #2D2D2D. Windows color (decimal): -15323037 or 6500374. OLE color: 6500374.

HSL color Cylindrical-coordinate representation of color #163063: hue angle of 219.74º 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 #163063 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 48 99 -
CMYK 0.78 0.52 0 0.61
HSL 219.74º 0.64% 0.24% -
HSV(B) 219.74º 0.78% 0.39% -
XYZ 3.64 3.19 12.23 -
YUV 46.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 22 48 99 0.78 0.52 0 0.61 219.74 0.64 0.24
Hex 16 30 63 4E 34 0 3D DC 40 18
Octal 26 60 143 116 64 0 75 334 100 30
Binary 10110 110000 1100011 1001110 110100 0 111101 11011100 1000000 11000

Color Harmonies of #163063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163063

Black with #163063

Text Example


Text Example

White with #163063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163063; }

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

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

background-color css

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

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

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

border-color css

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

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

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