#010F53

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

Shades of Sapphire #010F53

Tints of Sapphire #010F53

Color information

#010F53 (or 0x010F53) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 53. RGB value is (1,15,83). Sum of RGB (Red+Green+Blue) = 1+15+83=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #010F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F53 is #FEF0AC. Grayscale: #121212. Windows color (decimal): -16707757 or 5443329. OLE color: 5443329.

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

Color convert

RGB11583-
CMYK0.990.8200.67
HSL229.76º97.62%16.47%-
HSV(B)229.76º98.8%32.55%-
XYZ1.740.978.28-
YUV18.57164.36115.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 83 (32.81% from 255) = 83.84%
R=1.01%
G=15.15%
B=83.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal115830.990.8200.67229.7697.6216.47
Hex1F536352043e66210
Octal117123143122010334614220
Binary111111010011110001110100100100001111100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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