#011B5D

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

Shades of Sapphire #011B5D

Tints of Sapphire #011B5D

Color information

#011B5D (or 0x011B5D) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 5D. RGB value is (1,27,93). Sum of RGB (Red+Green+Blue) = 1+27+93=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #011B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B5D is #FEE4A2. Grayscale: #1A1A1A. Windows color (decimal): -16704675 or 6101761. OLE color: 6101761.

HSL color Cylindrical-coordinate representation of color #011B5D: hue angle of 223.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B5D is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB12793-
CMYK0.990.7100.64
HSL223.04º97.87%18.43%-
HSV(B)223.04º98.92%36.47%-
XYZ2.381.5810.54-
YUV26.75165.39109.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 93 (36.72% from 255) = 76.86%
R=0.83%
G=22.31%
B=76.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal127930.990.7100.64223.0497.8718.43
Hex11B5D6347040df6212
Octal133135143107010033714222
Binary1110111011101110001110001110100000011011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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