#011362

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

Shades of Sapphire #011362

Tints of Sapphire #011362

Color information

#011362 (or 0x011362) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 62. RGB value is (1,19,98). Sum of RGB (Red+Green+Blue) = 1+19+98=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #011362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011362 is #FEEC9D. Grayscale: #161616. Windows color (decimal): -16706718 or 6427393. OLE color: 6427393.

HSL color Cylindrical-coordinate representation of color #011362: hue angle of 228.87º 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 #011362 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11998-
CMYK0.990.8100.62
HSL228.87º97.98%19.41%-
HSV(B)228.87º98.98%38.43%-
XYZ2.451.3511.69-
YUV22.62170.54112.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 98 (38.67% from 255) = 83.05%
R=0.85%
G=16.10%
B=83.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal119980.990.8100.62228.8797.9819.41
Hex11362635103Ee56213
Octal12314214312107634514223
Binary110011110001011000111010001011111011100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011362; }

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

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

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

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

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

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

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

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