#010A57

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

Shades of Sapphire #010A57

Tints of Sapphire #010A57

Color information

#010A57 (or 0x010A57) is unknown color: approx Sapphire. HEX triplet: 01, 0A and 57. RGB value is (1,10,87). Sum of RGB (Red+Green+Blue) = 1+10+87=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 87 (34.38% from 255 or 88.78% from 98); Max value from RGB is 87 - color contains mainly: blue. Hex color #010A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A57 is #FEF5A8. Grayscale: #0F0F0F. Windows color (decimal): -16709033 or 5704193. OLE color: 5704193.

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

Color convert

RGB11087-
CMYK0.990.8900.66
HSL233.72º97.73%17.25%-
HSV(B)233.72º98.85%34.12%-
XYZ1.840.919.1-
YUV16.09168.02117.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 87 (34.38% from 255) = 88.78%
R=1.02%
G=10.20%
B=88.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal110870.990.8900.66233.7297.7317.25
Hex1A576359042ea6211
Octal112127143131010235214221
Binary110101010111110001110110010100001011101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,10,87); }

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

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

 a { background-color: rgb(1,10,87); }

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

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

 span { border-color: rgb(1,10,87); }

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