#03105B

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

Shades of Sapphire #03105B

Tints of Sapphire #03105B

Color information

#03105B (or 0x03105B) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 5B. RGB value is (3,16,91). Sum of RGB (Red+Green+Blue) = 3+16+91=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #03105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03105B is #FCEFA4. Grayscale: #141414. Windows color (decimal): -16576421 or 5967875. OLE color: 5967875.

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

Color convert

RGB31691-
CMYK0.970.8200.64
HSL231.14º93.62%18.43%-
HSV(B)231.14º96.7%35.69%-
XYZ2.111.1510.01-
YUV20.66167.69115.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 91 (35.94% from 255) = 82.73%
R=2.73%
G=14.55%
B=82.73%

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
Decimal316910.970.8200.64231.1493.6218.43
Hex3105B6152040e75e12
Octal320133141122010034713622
Binary11100001011011110000110100100100000011100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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