#001847

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

Shades of Sapphire #001847

Tints of Sapphire #001847

Color information

#001847 (or 0x001847) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 47. RGB value is (0,24,71). Sum of RGB (Red+Green+Blue) = 0+24+71=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #001847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001847 is #FFE7B8. Grayscale: #151515. Windows color (decimal): -16771001 or 4659200. OLE color: 4659200.

HSL color Cylindrical-coordinate representation of color #001847: hue angle of 219.72º 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 #001847 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB02471-
CMYK10.6600.72
HSL219.72º100%13.92%-
HSV(B)219.72º100%27.84%-
XYZ1.461.116.1-
YUV22.18155.55112.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 71 (28.12% from 255) = 74.74%
R=0%
G=25.26%
B=74.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0247110.6600.72219.7210013.92
Hex018476442048dc64e
Octal030107144102011033414416
Binary011000100011111001001000010010010001101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001847; }

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

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

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

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

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

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

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

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