#010D54

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

Shades of Sapphire #010D54

Tints of Sapphire #010D54

Color information

#010D54 (or 0x010D54) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 54. RGB value is (1,13,84). Sum of RGB (Red+Green+Blue) = 1+13+84=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #010D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D54 is #FEF2AB. Grayscale: #111111. Windows color (decimal): -16708268 or 5508353. OLE color: 5508353.

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

Color convert

RGB11384-
CMYK0.990.8500.67
HSL231.33º97.65%16.67%-
HSV(B)231.33º98.81%32.94%-
XYZ1.760.938.48-
YUV17.51165.52116.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 84 (33.20% from 255) = 85.71%
R=1.02%
G=13.27%
B=85.71%

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
Decimal113840.990.8500.67231.3397.6516.67
Hex1D546355043e76211
Octal115124143125010334714221
Binary111011010100110001110101010100001111100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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