#03165B

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

Shades of Sapphire #03165B

Tints of Sapphire #03165B

Color information

#03165B (or 0x03165B) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 5B. RGB value is (3,22,91). Sum of RGB (Red+Green+Blue) = 3+22+91=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #03165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03165B is #FCE9A4. Grayscale: #171717. Windows color (decimal): -16574885 or 5969411. OLE color: 5969411.

HSL color Cylindrical-coordinate representation of color #03165B: hue angle of 227.05º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03165B is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32291-
CMYK0.970.7600.64
HSL227.05º93.62%18.43%-
HSV(B)227.05º96.7%35.69%-
XYZ2.211.3510.04-
YUV24.18165.71112.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=2.59%
G=18.97%
B=78.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal322910.970.7600.64227.0593.6218.43
Hex3165B614C040e35e12
Octal326133141114010034313622
Binary11101101011011110000110011000100000011100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03165B; }

 p { color: rgb(3,22,91); }

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

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

 a { background-color: rgb(3,22,91); }

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

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

 span { border-color: rgb(3,22,91); }

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