#03196D

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

Shades of Sapphire #03196D

Tints of Sapphire #03196D

Color information

#03196D (or 0x03196D) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 6D. RGB value is (3,25,109). Sum of RGB (Red+Green+Blue) = 3+25+109=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #03196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03196D is #FCE692. Grayscale: #1B1B1B. Windows color (decimal): -16574099 or 7149827. OLE color: 7149827.

HSL color Cylindrical-coordinate representation of color #03196D: hue angle of 227.55º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03196D is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB325109-
CMYK0.970.7700.57
HSL227.55º94.64%21.96%-
HSV(B)227.55º97.25%42.75%-
XYZ3.151.8214.65-
YUV28173.71110.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 109 (42.97% from 255) = 79.56%
R=2.19%
G=18.25%
B=79.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3251090.970.7700.57227.5594.6421.96
Hex3196D614D039e45f16
Octal33115514111507134413726
Binary1111001110110111000011001101011100111100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03196D; }

 p { color: rgb(3,25,109); }

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

<style>
 a { background-color: #03196D; }

 a { background-color: rgb(3,25,109); }

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

<style>
 span { border-color: #03196D; }

 span { border-color: rgb(3,25,109); }

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