#011C6E

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

Shades of Sapphire #011C6E

Tints of Sapphire #011C6E

Color information

#011C6E (or 0x011C6E) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 6E. RGB value is (1,28,110). Sum of RGB (Red+Green+Blue) = 1+28+110=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #011C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C6E is #FEE391. Grayscale: #1C1C1C. Windows color (decimal): -16704402 or 7216129. OLE color: 7216129.

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

Color convert

RGB128110-
CMYK0.990.7500.57
HSL225.14º98.2%21.76%-
HSV(B)225.14º99.09%43.14%-
XYZ3.241.9614.96-
YUV29.28173.55107.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 110 (43.36% from 255) = 79.14%
R=0.72%
G=20.14%
B=79.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1281100.990.7500.57225.1498.221.76
Hex11C6E634B039e16216
Octal13415614311307134114226
Binary111100110111011000111001011011100111100001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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