#000D47

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

Shades of Sapphire #000D47

Tints of Sapphire #000D47

Color information

#000D47 (or 0x000D47) is unknown color: approx Sapphire. HEX triplet: 00, 0D and 47. RGB value is (0,13,71). Sum of RGB (Red+Green+Blue) = 0+13+71=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #000D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D47 is #FFF2B8. Grayscale: #0F0F0F. Windows color (decimal): -16773817 or 4656384. OLE color: 4656384.

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

Color convert

RGB01371-
CMYK10.8200.72
HSL229.01º100%13.92%-
HSV(B)229.01º100%27.84%-
XYZ1.280.746.04-
YUV15.72159.19116.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 71 (28.12% from 255) = 84.52%
R=0%
G=15.48%
B=84.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0137110.8200.72229.0110013.92
Hex0D476452048e564e
Octal015107144122011034514416
Binary01101100011111001001010010010010001110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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