#011D53

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

Shades of Sapphire #011D53

Tints of Sapphire #011D53

Color information

#011D53 (or 0x011D53) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 53. RGB value is (1,29,83). Sum of RGB (Red+Green+Blue) = 1+29+83=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #011D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D53 is #FEE2AC. Grayscale: #1A1A1A. Windows color (decimal): -16704173 or 5446913. OLE color: 5446913.

HSL color Cylindrical-coordinate representation of color #011D53: hue angle of 219.51º 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 #011D53 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12983-
CMYK0.990.6500.67
HSL219.51º97.62%16.47%-
HSV(B)219.51º98.8%32.55%-
XYZ2.011.518.37-
YUV26.78159.72109.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 83 (32.81% from 255) = 73.45%
R=0.88%
G=25.66%
B=73.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal129830.990.6500.67219.5197.6216.47
Hex11D536341043dc6210
Octal135123143101010333414220
Binary1111011010011110001110000010100001111011100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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