#011C70

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

Shades of Sapphire #011C70

Tints of Sapphire #011C70

Color information

#011C70 (or 0x011C70) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 70. RGB value is (1,28,112). Sum of RGB (Red+Green+Blue) = 1+28+112=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #011C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C70 is #FEE38F. Grayscale: #1D1D1D. Windows color (decimal): -16704400 or 7347201. OLE color: 7347201.

HSL color Cylindrical-coordinate representation of color #011C70: hue angle of 225.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C70 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB128112-
CMYK0.990.7500.56
HSL225.41º98.23%22.16%-
HSV(B)225.41º99.11%43.92%-
XYZ3.352.0115.54-
YUV29.5174.55107.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 112 (44.14% from 255) = 79.43%
R=0.71%
G=19.86%
B=79.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1281120.990.7500.56225.4198.2322.16
Hex11C70634B038e16216
Octal13416014311307034114226
Binary111100111000011000111001011011100011100001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C70; }

 p { color: rgb(1,28,112); }

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

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

 a { background-color: rgb(1,28,112); }

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

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

 span { border-color: rgb(1,28,112); }

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