#011360

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

Shades of Sapphire #011360

Tints of Sapphire #011360

Color information

#011360 (or 0x011360) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 60. RGB value is (1,19,96). Sum of RGB (Red+Green+Blue) = 1+19+96=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #011360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011360 is #FEEC9F. Grayscale: #161616. Windows color (decimal): -16706720 or 6296321. OLE color: 6296321.

HSL color Cylindrical-coordinate representation of color #011360: hue angle of 228.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011360 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11996-
CMYK0.990.8000.62
HSL228.63º97.94%19.02%-
HSV(B)228.63º98.96%37.65%-
XYZ2.361.3211.2-
YUV22.4169.54112.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 96 (37.89% from 255) = 82.76%
R=0.86%
G=16.38%
B=82.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal119960.990.8000.62228.6397.9419.02
Hex11360635003Ee56213
Octal12314014312007634514223
Binary110011110000011000111010000011111011100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011360; }

 p { color: rgb(1,19,96); }

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

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

 a { background-color: rgb(1,19,96); }

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

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

 span { border-color: rgb(1,19,96); }

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