#03105E

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

Shades of Sapphire #03105E

Tints of Sapphire #03105E

Color information

#03105E (or 0x03105E) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 5E. RGB value is (3,16,94). Sum of RGB (Red+Green+Blue) = 3+16+94=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #03105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03105E is #FCEFA1. Grayscale: #141414. Windows color (decimal): -16576418 or 6164483. OLE color: 6164483.

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

Color convert

RGB31694-
CMYK0.970.8300.63
HSL231.43º93.81%19.02%-
HSV(B)231.43º96.81%36.86%-
XYZ2.241.210.7-
YUV21.01169.19115.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 94 (37.11% from 255) = 83.19%
R=2.65%
G=14.16%
B=83.19%

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
Decimal316940.970.8300.63231.4393.8119.02
Hex3105E615303Fe75e13
Octal32013614112307734713623
Binary1110000101111011000011010011011111111100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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