#01185A

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

Shades of Sapphire #01185A

Tints of Sapphire #01185A

Color information

#01185A (or 0x01185A) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 5A. RGB value is (1,24,90). Sum of RGB (Red+Green+Blue) = 1+24+90=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #01185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01185A is #FEE7A5. Grayscale: #181818. Windows color (decimal): -16705446 or 5904385. OLE color: 5904385.

HSL color Cylindrical-coordinate representation of color #01185A: hue angle of 224.49º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01185A is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12490-
CMYK0.990.7300.65
HSL224.49º97.8%17.84%-
HSV(B)224.49º98.89%35.29%-
XYZ2.181.49.83-
YUV24.65164.88111.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 90 (35.55% from 255) = 78.26%
R=0.87%
G=20.87%
B=78.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal124900.990.7300.65224.4997.817.84
Hex1185A6349041e06212
Octal130132143111010134014222
Binary1110001011010110001110010010100000111100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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