#011474

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

Shades of Sapphire #011474

Tints of Sapphire #011474

Color information

#011474 (or 0x011474) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 74. RGB value is (1,20,116). Sum of RGB (Red+Green+Blue) = 1+20+116=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #011474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011474 is #FEEB8B. Grayscale: #181818. Windows color (decimal): -16706444 or 7607297. OLE color: 7607297.

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

Color convert

RGB120116-
CMYK0.990.8300.55
HSL230.09º98.29%22.94%-
HSV(B)230.09º99.14%45.49%-
XYZ3.421.7716.68-
YUV25.26179.21110.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 116 (45.70% from 255) = 84.67%
R=0.73%
G=14.60%
B=84.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1201160.990.8300.55230.0998.2922.94
Hex114746353037e66217
Octal12416414312306734614227
Binary110100111010011000111010011011011111100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011474; }

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

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

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

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

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

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

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

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