#011653

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

Shades of Sapphire #011653

Tints of Sapphire #011653

Color information

#011653 (or 0x011653) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 53. RGB value is (1,22,83). Sum of RGB (Red+Green+Blue) = 1+22+83=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #011653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011653 is #FEE9AC. Grayscale: #161616. Windows color (decimal): -16705965 or 5445121. OLE color: 5445121.

HSL color Cylindrical-coordinate representation of color #011653: hue angle of 224.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011653 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12283-
CMYK0.990.7300.67
HSL224.63º97.62%16.47%-
HSV(B)224.63º98.8%32.55%-
XYZ1.861.28.32-
YUV22.67162.04112.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=0.94%
G=20.75%
B=78.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal122830.990.7300.67224.6397.6216.47
Hex116536349043e16210
Octal126123143111010334114220
Binary1101101010011110001110010010100001111100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011653; }

 p { color: rgb(1,22,83); }

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

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

 a { background-color: rgb(1,22,83); }

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

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

 span { border-color: rgb(1,22,83); }

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