#01134C

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

Shades of Sapphire #01134C

Tints of Sapphire #01134C

Color information

#01134C (or 0x01134C) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 4C. RGB value is (1,19,76). Sum of RGB (Red+Green+Blue) = 1+19+76=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #01134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01134C is #FEECB3. Grayscale: #131313. Windows color (decimal): -16706740 or 4985601. OLE color: 4985601.

HSL color Cylindrical-coordinate representation of color #01134C: hue angle of 225.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01134C is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB11976-
CMYK0.990.7500.70
HSL225.6º97.4%15.1%-
HSV(B)225.6º98.68%29.8%-
XYZ1.550.996.95-
YUV20.12159.54114.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 76 (30.08% from 255) = 79.17%
R=1.04%
G=19.79%
B=79.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal119760.990.7500.70225.697.415.1
Hex1134C634B046e261f
Octal123114143113010634214117
Binary110011100110011000111001011010001101110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,19,76); }

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

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

 a { background-color: rgb(1,19,76); }

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

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

 span { border-color: rgb(1,19,76); }

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