#010B54

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

Shades of Sapphire #010B54

Tints of Sapphire #010B54

Color information

#010B54 (or 0x010B54) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 54. RGB value is (1,11,84). Sum of RGB (Red+Green+Blue) = 1+11+84=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 84 (33.20% from 255 or 87.5% from 96); Max value from RGB is 84 - color contains mainly: blue. Hex color #010B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B54 is #FEF4AB. Grayscale: #101010. Windows color (decimal): -16708780 or 5507841. OLE color: 5507841.

HSL color Cylindrical-coordinate representation of color #010B54: hue angle of 232.77º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B54 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB11184-
CMYK0.990.8700.67
HSL232.77º97.65%16.67%-
HSV(B)232.77º98.81%32.94%-
XYZ1.730.898.47-
YUV16.33166.19117.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 84 (33.20% from 255) = 87.5%
R=1.04%
G=11.46%
B=87.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal111840.990.8700.67232.7797.6516.67
Hex1B546357043e96211
Octal113124143127010335114221
Binary110111010100110001110101110100001111101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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