#010C54

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

Shades of Sapphire #010C54

Tints of Sapphire #010C54

Color information

#010C54 (or 0x010C54) is unknown color: approx Sapphire. HEX triplet: 01, 0C and 54. RGB value is (1,12,84). Sum of RGB (Red+Green+Blue) = 1+12+84=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #010C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C54 is #FEF3AB. Grayscale: #101010. Windows color (decimal): -16708524 or 5508097. OLE color: 5508097.

HSL color Cylindrical-coordinate representation of color #010C54: hue angle of 232.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C54 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB11284-
CMYK0.990.8600.67
HSL232.05º97.65%16.67%-
HSV(B)232.05º98.81%32.94%-
XYZ1.740.918.47-
YUV16.92165.86116.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 84 (33.20% from 255) = 86.60%
R=1.03%
G=12.37%
B=86.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal112840.990.8600.67232.0597.6516.67
Hex1C546356043e86211
Octal114124143126010335014221
Binary111001010100110001110101100100001111101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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