#03156A

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

Shades of Sapphire #03156A

Tints of Sapphire #03156A

Color information

#03156A (or 0x03156A) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 6A. RGB value is (3,21,106). Sum of RGB (Red+Green+Blue) = 3+21+106=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 106 (41.80% from 255 or 81.54% from 130); Max value from RGB is 106 - color contains mainly: blue. Hex color #03156A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03156A is #FCEA95. Grayscale: #181818. Windows color (decimal): -16575126 or 6952195. OLE color: 6952195.

HSL color Cylindrical-coordinate representation of color #03156A: hue angle of 229.51º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03156A is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB321106-
CMYK0.970.8000.58
HSL229.51º94.5%21.37%-
HSV(B)229.51º97.17%41.57%-
XYZ2.911.613.79-
YUV25.31173.54112.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 106 (41.80% from 255) = 81.54%
R=2.31%
G=16.15%
B=81.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3211060.970.8000.58229.5194.521.37
Hex3156A615003Ae65e15
Octal32515214112007234613625
Binary1110101110101011000011010000011101011100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,21,106); }

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

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

 a { background-color: rgb(3,21,106); }

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

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

 span { border-color: rgb(3,21,106); }

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