#001C47

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

Shades of Sapphire #001C47

Tints of Sapphire #001C47

Color information

#001C47 (or 0x001C47) is unknown color: approx Sapphire. HEX triplet: 00, 1C and 47. RGB value is (0,28,71). Sum of RGB (Red+Green+Blue) = 0+28+71=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #001C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C47 is #FFE3B8. Grayscale: #181818. Windows color (decimal): -16769977 or 4660224. OLE color: 4660224.

HSL color Cylindrical-coordinate representation of color #001C47: hue angle of 216.34º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C47 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB02871-
CMYK10.6100.72
HSL216.34º100%13.92%-
HSV(B)216.34º100%27.84%-
XYZ1.551.296.13-
YUV24.53154.22110.5-

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) = 28.28%
BLUE value IS 71 (28.12% from 255) = 71.72%
R=0%
G=28.28%
B=71.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0287110.6100.72216.3410013.92
Hex01C47643D048d864e
Octal03410714475011033014416
Binary01110010001111100100111101010010001101100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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