#010D53

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

Shades of Sapphire #010D53

Tints of Sapphire #010D53

Color information

#010D53 (or 0x010D53) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 53. RGB value is (1,13,83). Sum of RGB (Red+Green+Blue) = 1+13+83=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #010D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D53 is #FEF2AC. Grayscale: #111111. Windows color (decimal): -16708269 or 5442817. OLE color: 5442817.

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

Color convert

RGB11383-
CMYK0.990.8400.67
HSL231.22º97.62%16.47%-
HSV(B)231.22º98.8%32.55%-
XYZ1.720.928.27-
YUV17.39165.02116.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 83 (32.81% from 255) = 85.57%
R=1.03%
G=13.40%
B=85.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal113830.990.8400.67231.2297.6216.47
Hex1D536354043e76210
Octal115123143124010334714220
Binary111011010011110001110101000100001111100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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