#03105D

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

Shades of Sapphire #03105D

Tints of Sapphire #03105D

Color information

#03105D (or 0x03105D) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 5D. RGB value is (3,16,93). Sum of RGB (Red+Green+Blue) = 3+16+93=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #03105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03105D is #FCEFA2. Grayscale: #141414. Windows color (decimal): -16576419 or 6098947. OLE color: 6098947.

HSL color Cylindrical-coordinate representation of color #03105D: hue angle of 231.33º 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 #03105D is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31693-
CMYK0.970.8300.64
HSL231.33º93.75%18.82%-
HSV(B)231.33º96.77%36.47%-
XYZ2.21.1810.47-
YUV20.89168.69115.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 83.04%
R=2.68%
G=14.29%
B=83.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal316930.970.8300.64231.3393.7518.82
Hex3105D6153040e75e13
Octal320135141123010034713623
Binary11100001011101110000110100110100000011100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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