#011678

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

Shades of Sapphire #011678

Tints of Sapphire #011678

Color information

#011678 (or 0x011678) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 78. RGB value is (1,22,120). Sum of RGB (Red+Green+Blue) = 1+22+120=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #011678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011678 is #FEE987. Grayscale: #1A1A1A. Windows color (decimal): -16705928 or 7869953. OLE color: 7869953.

HSL color Cylindrical-coordinate representation of color #011678: hue angle of 229.41º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011678 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB122120-
CMYK0.990.8200.53
HSL229.41º98.35%23.73%-
HSV(B)229.41º99.17%47.06%-
XYZ3.691.9417.95-
YUV26.89180.54109.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=0.70%
G=15.38%
B=83.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1221200.990.8200.53229.4198.3523.73
Hex116786352035e56218
Octal12617014312206534514230
Binary110110111100011000111010010011010111100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011678; }

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

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

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

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

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

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

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

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