#010A53

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

Shades of Sapphire #010A53

Tints of Sapphire #010A53

Color information

#010A53 (or 0x010A53) is unknown color: approx Sapphire. HEX triplet: 01, 0A and 53. RGB value is (1,10,83). Sum of RGB (Red+Green+Blue) = 1+10+83=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #010A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A53 is #FEF5AC. Grayscale: #0F0F0F. Windows color (decimal): -16709037 or 5442049. OLE color: 5442049.

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

Color convert

RGB11083-
CMYK0.990.8800.67
HSL233.41º97.62%16.47%-
HSV(B)233.41º98.8%32.55%-
XYZ1.680.858.26-
YUV15.63166.02117.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 83 (32.81% from 255) = 88.30%
R=1.06%
G=10.64%
B=88.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal110830.990.8800.67233.4197.6216.47
Hex1A536358043e96210
Octal112123143130010335114220
Binary110101010011110001110110000100001111101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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