#03115F

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

Shades of Sapphire #03115F

Tints of Sapphire #03115F

Color information

#03115F (or 0x03115F) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 5F. RGB value is (3,17,95). Sum of RGB (Red+Green+Blue) = 3+17+95=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 95 (37.5% from 255 or 82.61% from 115); Max value from RGB is 95 - color contains mainly: blue. Hex color #03115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115F is #FCEEA0. Grayscale: #151515. Windows color (decimal): -16576161 or 6230275. OLE color: 6230275.

HSL color Cylindrical-coordinate representation of color #03115F: hue angle of 230.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115F is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB31795-
CMYK0.970.8200.63
HSL230.87º93.88%19.22%-
HSV(B)230.87º96.84%37.25%-
XYZ2.31.2510.95-
YUV21.71169.36114.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 95 (37.5% from 255) = 82.61%
R=2.61%
G=14.78%
B=82.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal317950.970.8200.63230.8793.8819.22
Hex3115F615203Fe75e13
Octal32113714112207734713623
Binary1110001101111111000011010010011111111100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03115F; }

 p { color: rgb(3,17,95); }

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

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

 a { background-color: rgb(3,17,95); }

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

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

 span { border-color: rgb(3,17,95); }

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