#011B47

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

Shades of Sapphire #011B47

Tints of Sapphire #011B47

Color information

#011B47 (or 0x011B47) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 47. RGB value is (1,27,71). Sum of RGB (Red+Green+Blue) = 1+27+71=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #011B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B47 is #FEE4B8. Grayscale: #181818. Windows color (decimal): -16704697 or 4659969. OLE color: 4659969.

HSL color Cylindrical-coordinate representation of color #011B47: hue angle of 217.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B47 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB12771-
CMYK0.990.6200.72
HSL217.71º97.22%14.12%-
HSV(B)217.71º98.59%27.84%-
XYZ1.541.256.12-
YUV24.24154.39111.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 71 (28.12% from 255) = 71.72%
R=1.01%
G=27.27%
B=71.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal127710.990.6200.72217.7197.2214.12
Hex11B47633E048da61e
Octal13310714376011033214116
Binary11101110001111100011111110010010001101101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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