#010B5E

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

Shades of Sapphire #010B5E

Tints of Sapphire #010B5E

Color information

#010B5E (or 0x010B5E) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 5E. RGB value is (1,11,94). Sum of RGB (Red+Green+Blue) = 1+11+94=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #010B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B5E is #FEF4A1. Grayscale: #111111. Windows color (decimal): -16708770 or 6163201. OLE color: 6163201.

HSL color Cylindrical-coordinate representation of color #010B5E: hue angle of 233.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B5E is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB11194-
CMYK0.990.8800.63
HSL233.55º97.89%18.63%-
HSV(B)233.55º98.94%36.86%-
XYZ2.151.0510.68-
YUV17.47171.19116.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=0.94%
G=10.38%
B=88.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal111940.990.8800.63233.5597.8918.63
Hex1B5E635803Fea6213
Octal11313614313007735214223
Binary11011101111011000111011000011111111101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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