#01185B

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

Shades of Sapphire #01185B

Tints of Sapphire #01185B

Color information

#01185B (or 0x01185B) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 5B. RGB value is (1,24,91). Sum of RGB (Red+Green+Blue) = 1+24+91=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #01185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01185B is #FEE7A4. Grayscale: #181818. Windows color (decimal): -16705445 or 5969921. OLE color: 5969921.

HSL color Cylindrical-coordinate representation of color #01185B: hue angle of 224.67º 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 #01185B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB12491-
CMYK0.990.7400.64
HSL224.67º97.83%18.04%-
HSV(B)224.67º98.9%35.69%-
XYZ2.231.4210.05-
YUV24.76165.38111.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=0.86%
G=20.69%
B=78.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal124910.990.7400.64224.6797.8318.04
Hex1185B634A040e16212
Octal130133143112010034114222
Binary1110001011011110001110010100100000011100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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