#01124A

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

Shades of Sapphire #01124A

Tints of Sapphire #01124A

Color information

#01124A (or 0x01124A) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 4A. RGB value is (1,18,74). Sum of RGB (Red+Green+Blue) = 1+18+74=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #01124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01124A is #FEEDB5. Grayscale: #131313. Windows color (decimal): -16706998 or 4854273. OLE color: 4854273.

HSL color Cylindrical-coordinate representation of color #01124A: hue angle of 226.03º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01124A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB11874-
CMYK0.990.7600.71
HSL226.03º97.33%14.71%-
HSV(B)226.03º98.65%29.02%-
XYZ1.460.936.58-
YUV19.3158.87114.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 74 (29.30% from 255) = 79.57%
R=1.08%
G=19.35%
B=79.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal118740.990.7600.71226.0397.3314.71
Hex1124A634C047e261f
Octal122112143114010734214117
Binary110010100101011000111001100010001111110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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