#01125E

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

Shades of Sapphire #01125E

Tints of Sapphire #01125E

Color information

#01125E (or 0x01125E) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 5E. RGB value is (1,18,94). Sum of RGB (Red+Green+Blue) = 1+18+94=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #01125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01125E is #FEEDA1. Grayscale: #151515. Windows color (decimal): -16706978 or 6164993. OLE color: 6164993.

HSL color Cylindrical-coordinate representation of color #01125E: hue angle of 229.03º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01125E is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB11894-
CMYK0.990.8100.63
HSL229.03º97.89%18.63%-
HSV(B)229.03º98.94%36.86%-
XYZ2.251.2510.71-
YUV21.58168.87113.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 94 (37.11% from 255) = 83.19%
R=0.88%
G=15.93%
B=83.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal118940.990.8100.63229.0397.8918.63
Hex1125E635103Fe56213
Octal12213614312107734514223
Binary110010101111011000111010001011111111100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01125E; }

 p { color: rgb(1,18,94); }

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

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

 a { background-color: rgb(1,18,94); }

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

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

 span { border-color: rgb(1,18,94); }

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