#010B50

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

Shades of Sapphire #010B50

Tints of Sapphire #010B50

Color information

#010B50 (or 0x010B50) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 50. RGB value is (1,11,80). Sum of RGB (Red+Green+Blue) = 1+11+80=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #010B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B50 is #FEF4AF. Grayscale: #0F0F0F. Windows color (decimal): -16708784 or 5245697. OLE color: 5245697.

HSL color Cylindrical-coordinate representation of color #010B50: hue angle of 232.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B50 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11180-
CMYK0.990.8600.69
HSL232.41º97.53%15.88%-
HSV(B)232.41º98.75%31.37%-
XYZ1.580.827.67-
YUV15.88164.19117.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 80 (31.64% from 255) = 86.96%
R=1.09%
G=11.96%
B=86.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal111800.990.8600.69232.4197.5315.88
Hex1B506356045e86210
Octal113120143126010535014220
Binary110111010000110001110101100100010111101000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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