#01135B

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

Shades of Sapphire #01135B

Tints of Sapphire #01135B

Color information

#01135B (or 0x01135B) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 5B. RGB value is (1,19,91). Sum of RGB (Red+Green+Blue) = 1+19+91=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #01135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01135B is #FEECA4. Grayscale: #151515. Windows color (decimal): -16706725 or 5968641. OLE color: 5968641.

HSL color Cylindrical-coordinate representation of color #01135B: hue angle of 228º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01135B is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB11991-
CMYK0.990.7900.64
HSL228º97.83%18.04%-
HSV(B)228º98.9%35.69%-
XYZ2.131.2310.02-
YUV21.83167.04113.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 91 (35.94% from 255) = 81.98%
R=0.90%
G=17.12%
B=81.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal119910.990.7900.6422897.8318.04
Hex1135B634F040e46212
Octal123133143117010034414222
Binary1100111011011110001110011110100000011100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01135B; }

 p { color: rgb(1,19,91); }

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

<style>
 a { background-color: #01135B; }

 a { background-color: rgb(1,19,91); }

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

<style>
 span { border-color: #01135B; }

 span { border-color: rgb(1,19,91); }

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