#010A51

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

Shades of Sapphire #010A51

Tints of Sapphire #010A51

Color information

#010A51 (or 0x010A51) is unknown color: approx Sapphire. HEX triplet: 01, 0A and 51. RGB value is (1,10,81). Sum of RGB (Red+Green+Blue) = 1+10+81=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 81 (32.03% from 255 or 88.04% from 92); Max value from RGB is 81 - color contains mainly: blue. Hex color #010A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A51 is #FEF5AE. Grayscale: #0F0F0F. Windows color (decimal): -16709039 or 5310977. OLE color: 5310977.

HSL color Cylindrical-coordinate representation of color #010A51: hue angle of 233.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A51 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB11081-
CMYK0.990.8800.68
HSL233.25º97.56%16.08%-
HSV(B)233.25º98.77%31.76%-
XYZ1.610.827.86-
YUV15.4165.02117.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 81 (32.03% from 255) = 88.04%
R=1.09%
G=10.87%
B=88.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal110810.990.8800.68233.2597.5616.08
Hex1A516358044e96210
Octal112121143130010435114220
Binary110101010001110001110110000100010011101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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