#001C76

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

Shades of Sapphire #001C76

Tints of Sapphire #001C76

Color information

#001C76 (or 0x001C76) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 76. RGB value is (0,28,118). Sum of RGB (Red+Green+Blue) = 0+28+118=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 118 (46.48% from 255 or 80.82% from 146); Max value from RGB is 118 - color contains mainly: blue. Hex color #001C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C76 is #FFE389. Grayscale: #1D1D1D. Windows color (decimal): -16769930 or 7740416. OLE color: 7740416.

HSL color Cylindrical-coordinate representation of color #001C76: hue angle of 225.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C76 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB028118-
CMYK10.7600.54
HSL225.76º100%23.14%-
HSV(B)225.76º100%46.27%-
XYZ3.692.1417.36-
YUV29.89177.72106.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 118 (46.48% from 255) = 80.82%
R=0%
G=19.18%
B=80.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal02811810.7600.54225.7610023.14
Hex01C76644C036e26417
Octal03416614411406634214427
Binary011100111011011001001001100011011011100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C76; }

 p { color: rgb(0,28,118); }

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

<style>
 a { background-color: #001C76; }

 a { background-color: rgb(0,28,118); }

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

<style>
 span { border-color: #001C76; }

 span { border-color: rgb(0,28,118); }

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