#03195A

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

Shades of Sapphire #03195A

Tints of Sapphire #03195A

Color information

#03195A (or 0x03195A) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 5A. RGB value is (3,25,90). Sum of RGB (Red+Green+Blue) = 3+25+90=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #03195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03195A is #FCE6A5. Grayscale: #191919. Windows color (decimal): -16574118 or 5904643. OLE color: 5904643.

HSL color Cylindrical-coordinate representation of color #03195A: hue angle of 224.83º 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 #03195A is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32590-
CMYK0.970.7200.65
HSL224.83º93.55%18.24%-
HSV(B)224.83º96.67%35.29%-
XYZ2.231.459.84-
YUV25.83164.21111.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 90 (35.55% from 255) = 76.27%
R=2.54%
G=21.19%
B=76.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal325900.970.7200.65224.8393.5518.24
Hex3195A6148041e15e12
Octal331132141110010134113622
Binary11110011011010110000110010000100000111100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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