#03195B

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

Shades of Sapphire #03195B

Tints of Sapphire #03195B

Color information

#03195B (or 0x03195B) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 5B. RGB value is (3,25,91). Sum of RGB (Red+Green+Blue) = 3+25+91=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #03195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03195B is #FCE6A4. Grayscale: #191919. Windows color (decimal): -16574117 or 5970179. OLE color: 5970179.

HSL color Cylindrical-coordinate representation of color #03195B: hue angle of 225º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03195B is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32591-
CMYK0.970.7300.64
HSL225º93.62%18.43%-
HSV(B)225º96.7%35.69%-
XYZ2.271.4710.06-
YUV25.95164.71111.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 91 (35.94% from 255) = 76.47%
R=2.52%
G=21.01%
B=76.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal325910.970.7300.6422593.6218.43
Hex3195B6149040e15e12
Octal331133141111010034113622
Binary11110011011011110000110010010100000011100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03195B; }

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

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

<style>
 a { background-color: #03195B; }

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

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

<style>
 span { border-color: #03195B; }

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

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