#03155B

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

Shades of Sapphire #03155B

Tints of Sapphire #03155B

Color information

#03155B (or 0x03155B) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 5B. RGB value is (3,21,91). Sum of RGB (Red+Green+Blue) = 3+21+91=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #03155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03155B is #FCEAA4. Grayscale: #171717. Windows color (decimal): -16575141 or 5969155. OLE color: 5969155.

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

Color convert

RGB32191-
CMYK0.970.7700.64
HSL227.73º93.62%18.43%-
HSV(B)227.73º96.7%35.69%-
XYZ2.191.3110.03-
YUV23.6166.04113.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 91 (35.94% from 255) = 79.13%
R=2.61%
G=18.26%
B=79.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal321910.970.7700.64227.7393.6218.43
Hex3155B614D040e45e12
Octal325133141115010034413622
Binary11101011011011110000110011010100000011100100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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