#03115D

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

Shades of Sapphire #03115D

Tints of Sapphire #03115D

Color information

#03115D (or 0x03115D) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 5D. RGB value is (3,17,93). Sum of RGB (Red+Green+Blue) = 3+17+93=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #03115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115D is #FCEEA2. Grayscale: #151515. Windows color (decimal): -16576163 or 6099203. OLE color: 6099203.

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

Color convert

RGB31793-
CMYK0.970.8200.64
HSL230.67º93.75%18.82%-
HSV(B)230.67º96.77%36.47%-
XYZ2.211.2110.47-
YUV21.48168.36114.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 93 (36.72% from 255) = 82.30%
R=2.65%
G=15.04%
B=82.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal317930.970.8200.64230.6793.7518.82
Hex3115D6152040e75e13
Octal321135141122010034713623
Binary11100011011101110000110100100100000011100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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