#011B53

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

Shades of Sapphire #011B53

Tints of Sapphire #011B53

Color information

#011B53 (or 0x011B53) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 53. RGB value is (1,27,83). Sum of RGB (Red+Green+Blue) = 1+27+83=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #011B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B53 is #FEE4AC. Grayscale: #191919. Windows color (decimal): -16704685 or 5446401. OLE color: 5446401.

HSL color Cylindrical-coordinate representation of color #011B53: hue angle of 220.98º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B53 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12783-
CMYK0.990.6700.67
HSL220.98º97.62%16.47%-
HSV(B)220.98º98.8%32.55%-
XYZ1.971.418.35-
YUV25.61160.39110.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 83 (32.81% from 255) = 74.77%
R=0.90%
G=24.32%
B=74.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal127830.990.6700.67220.9897.6216.47
Hex11B536343043dd6210
Octal133123143103010333514220
Binary1110111010011110001110000110100001111011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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