#010B52

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

Shades of Sapphire #010B52

Tints of Sapphire #010B52

Color information

#010B52 (or 0x010B52) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 52. RGB value is (1,11,82). Sum of RGB (Red+Green+Blue) = 1+11+82=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #010B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B52 is #FEF4AD. Grayscale: #0F0F0F. Windows color (decimal): -16708782 or 5376769. OLE color: 5376769.

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

Color convert

RGB11182-
CMYK0.990.8700.68
HSL232.59º97.59%16.27%-
HSV(B)232.59º98.78%32.16%-
XYZ1.660.858.06-
YUV16.1165.19117.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 82 (32.42% from 255) = 87.23%
R=1.06%
G=11.70%
B=87.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal111820.990.8700.68232.5997.5916.27
Hex1B526357044e96210
Octal113122143127010435114220
Binary110111010010110001110101110100010011101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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