#03135D

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

Shades of Sapphire #03135D

Tints of Sapphire #03135D

Color information

#03135D (or 0x03135D) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 5D. RGB value is (3,19,93). Sum of RGB (Red+Green+Blue) = 3+19+93=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #03135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03135D is #FCECA2. Grayscale: #161616. Windows color (decimal): -16575651 or 6099715. OLE color: 6099715.

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

Color convert

RGB31993-
CMYK0.970.8000.64
HSL229.33º93.75%18.82%-
HSV(B)229.33º96.77%36.47%-
XYZ2.251.2810.48-
YUV22.65167.7113.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 93 (36.72% from 255) = 80.87%
R=2.61%
G=16.52%
B=80.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal319930.970.8000.64229.3393.7518.82
Hex3135D6150040e55e13
Octal323135141120010034513623
Binary11100111011101110000110100000100000011100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03135D; }

 p { color: rgb(3,19,93); }

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

<style>
 a { background-color: #03135D; }

 a { background-color: rgb(3,19,93); }

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

<style>
 span { border-color: #03135D; }

 span { border-color: rgb(3,19,93); }

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