#011B68

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

Shades of Sapphire #011B68

Tints of Sapphire #011B68

Color information

#011B68 (or 0x011B68) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 68. RGB value is (1,27,104). Sum of RGB (Red+Green+Blue) = 1+27+104=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #011B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B68 is #FEE497. Grayscale: #1B1B1B. Windows color (decimal): -16704664 or 6822657. OLE color: 6822657.

HSL color Cylindrical-coordinate representation of color #011B68: hue angle of 224.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B68 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB127104-
CMYK0.990.7400.59
HSL224.85º98.1%20.59%-
HSV(B)224.85º99.04%40.78%-
XYZ2.91.7913.29-
YUV28170.89108.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=0.76%
G=20.45%
B=78.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1271040.990.7400.59224.8598.120.59
Hex11B68634A03Be16215
Octal13315014311207334114225
Binary111011110100011000111001010011101111100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,27,104); }

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

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

 a { background-color: rgb(1,27,104); }

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

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

 span { border-color: rgb(1,27,104); }

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