#010F52

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

Shades of Sapphire #010F52

Tints of Sapphire #010F52

Color information

#010F52 (or 0x010F52) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 52. RGB value is (1,15,82). Sum of RGB (Red+Green+Blue) = 1+15+82=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 82 (32.42% from 255 or 83.67% from 98); Max value from RGB is 82 - color contains mainly: blue. Hex color #010F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F52 is #FEF0AD. Grayscale: #121212. Windows color (decimal): -16707758 or 5377793. OLE color: 5377793.

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

Color convert

RGB11582-
CMYK0.990.8200.68
HSL229.63º97.59%16.27%-
HSV(B)229.63º98.78%32.16%-
XYZ1.710.968.08-
YUV18.45163.86115.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 82 (32.42% from 255) = 83.67%
R=1.02%
G=15.31%
B=83.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal115820.990.8200.68229.6397.5916.27
Hex1F526352044e66210
Octal117122143122010434614220
Binary111111010010110001110100100100010011100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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