#011875

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

Shades of Sapphire #011875

Tints of Sapphire #011875

Color information

#011875 (or 0x011875) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 75. RGB value is (1,24,117). Sum of RGB (Red+Green+Blue) = 1+24+117=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #011875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011875 is #FEE78A. Grayscale: #1B1B1B. Windows color (decimal): -16705419 or 7673857. OLE color: 7673857.

HSL color Cylindrical-coordinate representation of color #011875: hue angle of 228.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011875 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB124117-
CMYK0.990.7900.54
HSL228.1º98.31%23.14%-
HSV(B)228.1º99.15%45.88%-
XYZ3.551.9417.02-
YUV27.72178.38108.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=0.70%
G=16.90%
B=82.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1241170.990.7900.54228.198.3123.14
Hex11875634F036e46217
Octal13016514311706634414227
Binary111000111010111000111001111011011011100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011875; }

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

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

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

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

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

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

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

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