#01125C

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

Shades of Sapphire #01125C

Tints of Sapphire #01125C

Color information

#01125C (or 0x01125C) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 5C. RGB value is (1,18,92). Sum of RGB (Red+Green+Blue) = 1+18+92=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #01125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01125C is #FEEDA3. Grayscale: #151515. Windows color (decimal): -16706980 or 6033921. OLE color: 6033921.

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

Color convert

RGB11892-
CMYK0.990.8000.64
HSL228.79º97.85%18.24%-
HSV(B)228.79º98.91%36.08%-
XYZ2.161.2110.25-
YUV21.35167.87113.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 92 (36.33% from 255) = 82.88%
R=0.90%
G=16.22%
B=82.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal118920.990.8000.64228.7997.8518.24
Hex1125C6350040e56212
Octal122134143120010034514222
Binary1100101011100110001110100000100000011100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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