#011754

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

Shades of Sapphire #011754

Tints of Sapphire #011754

Color information

#011754 (or 0x011754) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 54. RGB value is (1,23,84). Sum of RGB (Red+Green+Blue) = 1+23+84=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #011754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011754 is #FEE8AB. Grayscale: #171717. Windows color (decimal): -16705708 or 5510913. OLE color: 5510913.

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

Color convert

RGB12384-
CMYK0.990.7300.67
HSL224.1º97.65%16.67%-
HSV(B)224.1º98.81%32.94%-
XYZ1.921.268.53-
YUV23.38162.21112.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 84 (33.20% from 255) = 77.78%
R=0.93%
G=21.30%
B=77.78%

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
Decimal123840.990.7300.67224.197.6516.67
Hex117546349043e06211
Octal127124143111010334014221
Binary1101111010100110001110010010100001111100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011754; }

 p { color: rgb(1,23,84); }

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

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

 a { background-color: rgb(1,23,84); }

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

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

 span { border-color: rgb(1,23,84); }

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