#010C49

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

Shades of Sapphire #010C49

Tints of Sapphire #010C49

Color information

#010C49 (or 0x010C49) is unknown color: approx Sapphire. HEX triplet: 01, 0C and 49. RGB value is (1,12,73). Sum of RGB (Red+Green+Blue) = 1+12+73=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #010C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C49 is #FEF3B6. Grayscale: #0F0F0F. Windows color (decimal): -16708535 or 4787201. OLE color: 4787201.

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

Color convert

RGB11273-
CMYK0.990.8400.71
HSL230.83º97.3%14.51%-
HSV(B)230.83º98.63%28.63%-
XYZ1.350.756.38-
YUV15.66160.36117.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 73 (28.91% from 255) = 84.88%
R=1.16%
G=13.95%
B=84.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal112730.990.8400.71230.8397.314.51
Hex1C496354047e761f
Octal114111143124010734714117
Binary11100100100111000111010100010001111110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C49; }

 p { color: rgb(1,12,73); }

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

<style>
 a { background-color: #010C49; }

 a { background-color: rgb(1,12,73); }

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

<style>
 span { border-color: #010C49; }

 span { border-color: rgb(1,12,73); }

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