#01124B

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

Shades of Sapphire #01124B

Tints of Sapphire #01124B

Color information

#01124B (or 0x01124B) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 4B. RGB value is (1,18,75). Sum of RGB (Red+Green+Blue) = 1+18+75=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #01124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01124B is #FEEDB4. Grayscale: #131313. Windows color (decimal): -16706997 or 4919809. OLE color: 4919809.

HSL color Cylindrical-coordinate representation of color #01124B: hue angle of 226.22º 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 #01124B is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB11875-
CMYK0.990.7600.71
HSL226.22º97.37%14.9%-
HSV(B)226.22º98.67%29.41%-
XYZ1.50.956.76-
YUV19.42159.37114.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=1.06%
G=19.15%
B=79.79%

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
Decimal118750.990.7600.71226.2297.3714.9
Hex1124B634C047e261f
Octal122113143114010734214117
Binary110010100101111000111001100010001111110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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