#03155E

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

Shades of Sapphire #03155E

Tints of Sapphire #03155E

Color information

#03155E (or 0x03155E) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 5E. RGB value is (3,21,94). Sum of RGB (Red+Green+Blue) = 3+21+94=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #03155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03155E is #FCEAA1. Grayscale: #171717. Windows color (decimal): -16575138 or 6165763. OLE color: 6165763.

HSL color Cylindrical-coordinate representation of color #03155E: hue angle of 228.13º 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 #03155E is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB32194-
CMYK0.970.7800.63
HSL228.13º93.81%19.02%-
HSV(B)228.13º96.81%36.86%-
XYZ2.331.3610.73-
YUV23.94167.54113.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 94 (37.11% from 255) = 79.66%
R=2.54%
G=17.80%
B=79.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal321940.970.7800.63228.1393.8119.02
Hex3155E614E03Fe45e13
Octal32513614111607734413623
Binary1110101101111011000011001110011111111100100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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