#010B48

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

Shades of Sapphire #010B48

Tints of Sapphire #010B48

Color information

#010B48 (or 0x010B48) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 48. RGB value is (1,11,72). Sum of RGB (Red+Green+Blue) = 1+11+72=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #010B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B48 is #FEF4B7. Grayscale: #0E0E0E. Windows color (decimal): -16708792 or 4721409. OLE color: 4721409.

HSL color Cylindrical-coordinate representation of color #010B48: hue angle of 231.55º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B48 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB11172-
CMYK0.990.8500.72
HSL231.55º97.26%14.31%-
HSV(B)231.55º98.61%28.24%-
XYZ1.30.716.2-
YUV14.96160.19118.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 72 (28.52% from 255) = 85.71%
R=1.19%
G=13.10%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal111720.990.8500.72231.5597.2614.31
Hex1B486355048e861e
Octal113110143125011035014116
Binary11011100100011000111010101010010001110100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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