#163075

Color #163075 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #163075

Tints of Sapphire #163075

Color information

#163075 (or 0x163075) is unknown color: approx Sapphire. HEX triplet: 16, 30 and 75. RGB value is (22,48,117). Sum of RGB (Red+Green+Blue) = 22+48+117=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #163075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163075 is #E9CF8A. Grayscale: #2F2F2F. Windows color (decimal): -15323019 or 7680022. OLE color: 7680022.

HSL color Cylindrical-coordinate representation of color #163075: hue angle of 223.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163075 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2248117-
CMYK0.810.5900.54
HSL223.58º68.35%27.25%-
HSV(B)223.58º81.2%45.88%-
XYZ4.63.5717.28-
YUV48.09166.89109.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=11.76%
G=25.67%
B=62.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22481170.810.5900.54223.5868.3527.25
Hex163075513B036e0441b
Octal26601651217306634010433
Binary1011011000011101011010001111011011011011100000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163075; }

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

 H1.HeaderClassName
 {
   color: #163075;
 }
 .AnyTagClassName
 {
   color: #163075;
 }
</style>
background-color css

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

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

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

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

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

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