#03195E

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

Shades of Sapphire #03195E

Tints of Sapphire #03195E

Color information

#03195E (or 0x03195E) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 5E. RGB value is (3,25,94). Sum of RGB (Red+Green+Blue) = 3+25+94=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #03195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03195E is #FCE6A1. Grayscale: #191919. Windows color (decimal): -16574114 or 6166787. OLE color: 6166787.

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

Color convert

RGB32594-
CMYK0.970.7300.63
HSL225.49º93.81%19.02%-
HSV(B)225.49º96.81%36.86%-
XYZ2.411.5210.76-
YUV26.29166.21111.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 94 (37.11% from 255) = 77.05%
R=2.46%
G=20.49%
B=77.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal325940.970.7300.63225.4993.8119.02
Hex3195E614903Fe15e13
Octal33113614111107734113623
Binary1111001101111011000011001001011111111100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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