#010B60

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

Shades of Sapphire #010B60

Tints of Sapphire #010B60

Color information

#010B60 (or 0x010B60) is unknown color: approx Sapphire. HEX triplet: 01, 0B and 60. RGB value is (1,11,96). Sum of RGB (Red+Green+Blue) = 1+11+96=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #010B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B60 is #FEF49F. Grayscale: #111111. Windows color (decimal): -16708768 or 6294273. OLE color: 6294273.

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

Color convert

RGB11196-
CMYK0.990.8900.62
HSL233.68º97.94%19.02%-
HSV(B)233.68º98.96%37.65%-
XYZ2.241.0911.16-
YUV17.7172.19116.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 96 (37.89% from 255) = 88.89%
R=0.93%
G=10.19%
B=88.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal111960.990.8900.62233.6897.9419.02
Hex1B60635903Eea6213
Octal11314014313107635214223
Binary11011110000011000111011001011111011101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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