#03115A

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

Shades of Sapphire #03115A

Tints of Sapphire #03115A

Color information

#03115A (or 0x03115A) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 5A. RGB value is (3,17,90). Sum of RGB (Red+Green+Blue) = 3+17+90=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #03115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115A is #FCEEA5. Grayscale: #141414. Windows color (decimal): -16576166 or 5902595. OLE color: 5902595.

HSL color Cylindrical-coordinate representation of color #03115A: hue angle of 230.34º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31790-
CMYK0.970.8100.65
HSL230.34º93.55%18.24%-
HSV(B)230.34º96.67%35.29%-
XYZ2.081.169.79-
YUV21.14166.86115.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 90 (35.55% from 255) = 81.82%
R=2.73%
G=15.45%
B=81.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal317900.970.8100.65230.3493.5518.24
Hex3115A6151041e65e12
Octal321132141121010134613622
Binary11100011011010110000110100010100000111100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03115A; }

 p { color: rgb(3,17,90); }

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

<style>
 a { background-color: #03115A; }

 a { background-color: rgb(3,17,90); }

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

<style>
 span { border-color: #03115A; }

 span { border-color: rgb(3,17,90); }

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