#010D55

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

Shades of Sapphire #010D55

Tints of Sapphire #010D55

Color information

#010D55 (or 0x010D55) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 55. RGB value is (1,13,85). Sum of RGB (Red+Green+Blue) = 1+13+85=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 85 (33.59% from 255 or 85.86% from 99); Max value from RGB is 85 - color contains mainly: blue. Hex color #010D55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D55 is #FEF2AA. Grayscale: #111111. Windows color (decimal): -16708267 or 5573889. OLE color: 5573889.

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

Color convert

RGB11385-
CMYK0.990.8500.67
HSL231.43º97.67%16.86%-
HSV(B)231.43º98.82%33.33%-
XYZ1.80.958.68-
YUV17.62166.02116.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 85 (33.59% from 255) = 85.86%
R=1.01%
G=13.13%
B=85.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal113850.990.8500.67231.4397.6716.86
Hex1D556355043e76211
Octal115125143125010334714221
Binary111011010101110001110101010100001111100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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