#011475

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

Shades of Sapphire #011475

Tints of Sapphire #011475

Color information

#011475 (or 0x011475) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 75. RGB value is (1,20,117). Sum of RGB (Red+Green+Blue) = 1+20+117=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #011475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011475 is #FEEB8A. Grayscale: #181818. Windows color (decimal): -16706443 or 7672833. OLE color: 7672833.

HSL color Cylindrical-coordinate representation of color #011475: hue angle of 230.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011475 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB120117-
CMYK0.990.8300.54
HSL230.17º98.31%23.14%-
HSV(B)230.17º99.15%45.88%-
XYZ3.471.7916.99-
YUV25.38179.71110.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 117 (46.09% from 255) = 84.78%
R=0.72%
G=14.49%
B=84.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1201170.990.8300.54230.1798.3123.14
Hex114756353036e66217
Octal12416514312306634614227
Binary110100111010111000111010011011011011100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011475; }

 p { color: rgb(1,20,117); }

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

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

 a { background-color: rgb(1,20,117); }

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

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

 span { border-color: rgb(1,20,117); }

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