#03105F

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

Shades of Sapphire #03105F

Tints of Sapphire #03105F

Color information

#03105F (or 0x03105F) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 5F. RGB value is (3,16,95). Sum of RGB (Red+Green+Blue) = 3+16+95=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 95 (37.5% from 255 or 83.33% from 114); Max value from RGB is 95 - color contains mainly: blue. Hex color #03105F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03105F is #FCEFA0. Grayscale: #141414. Windows color (decimal): -16576417 or 6230019. OLE color: 6230019.

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

Color convert

RGB31695-
CMYK0.970.8300.63
HSL231.52º93.88%19.22%-
HSV(B)231.52º96.84%37.25%-
XYZ2.291.2210.94-
YUV21.12169.69115.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 95 (37.5% from 255) = 83.33%
R=2.63%
G=14.04%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal316950.970.8300.63231.5293.8819.22
Hex3105F615303Fe85e13
Octal32013714112307735013623
Binary1110000101111111000011010011011111111101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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