#03105C

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

Shades of Sapphire #03105C

Tints of Sapphire #03105C

Color information

#03105C (or 0x03105C) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 5C. RGB value is (3,16,92). Sum of RGB (Red+Green+Blue) = 3+16+92=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #03105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03105C is #FCEFA3. Grayscale: #141414. Windows color (decimal): -16576420 or 6033411. OLE color: 6033411.

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

Color convert

RGB31692-
CMYK0.970.8300.64
HSL231.24º93.68%18.63%-
HSV(B)231.24º96.74%36.08%-
XYZ2.151.1610.24-
YUV20.78168.19115.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 92 (36.33% from 255) = 82.88%
R=2.70%
G=14.41%
B=82.88%

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
Decimal316920.970.8300.64231.2493.6818.63
Hex3105C6153040e75e13
Octal320134141123010034713623
Binary11100001011100110000110100110100000011100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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