#000F47

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

Shades of Sapphire #000F47

Tints of Sapphire #000F47

Color information

#000F47 (or 0x000F47) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 47. RGB value is (0,15,71). Sum of RGB (Red+Green+Blue) = 0+15+71=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #000F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F47 is #FFF0B8. Grayscale: #101010. Windows color (decimal): -16773305 or 4656896. OLE color: 4656896.

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

Color convert

RGB01571-
CMYK10.7900.72
HSL227.32º100%13.92%-
HSV(B)227.32º100%27.84%-
XYZ1.310.86.05-
YUV16.9158.53115.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 71 (28.12% from 255) = 82.56%
R=0%
G=17.44%
B=82.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0157110.7900.72227.3210013.92
Hex0F47644F048e364e
Octal017107144117011034314416
Binary01111100011111001001001111010010001110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F47; }

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

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

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

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

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

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

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

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