#010C4A

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

Shades of Sapphire #010C4A

Tints of Sapphire #010C4A

Color information

#010C4A (or 0x010C4A) is unknown color: approx Sapphire. HEX triplet: 01, 0C and 4A. RGB value is (1,12,74). Sum of RGB (Red+Green+Blue) = 1+12+74=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 74 (29.30% from 255 or 85.06% from 87); Max value from RGB is 74 - color contains mainly: blue. Hex color #010C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C4A is #FEF3B5. Grayscale: #0F0F0F. Windows color (decimal): -16708534 or 4852737. OLE color: 4852737.

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

Color convert

RGB11274-
CMYK0.990.8400.71
HSL230.96º97.33%14.71%-
HSV(B)230.96º98.65%29.02%-
XYZ1.380.766.55-
YUV15.78160.86117.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 74 (29.30% from 255) = 85.06%
R=1.15%
G=13.79%
B=85.06%

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
Decimal112740.990.8400.71230.9697.3314.71
Hex1C4A6354047e761f
Octal114112143124010734714117
Binary11100100101011000111010100010001111110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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