#000D46

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

Shades of Sapphire #000D46

Tints of Sapphire #000D46

Color information

#000D46 (or 0x000D46) is unknown color: approx Sapphire. HEX triplet: 00, 0D and 46. RGB value is (0,13,70). Sum of RGB (Red+Green+Blue) = 0+13+70=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #000D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D46 is #FFF2B9. Grayscale: #0F0F0F. Windows color (decimal): -16773818 or 4590848. OLE color: 4590848.

HSL color Cylindrical-coordinate representation of color #000D46: hue angle of 228.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D46 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB01370-
CMYK10.8100.73
HSL228.86º100%13.73%-
HSV(B)228.86º100%27.45%-
XYZ1.250.735.87-
YUV15.61158.69116.87-

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.66%
BLUE value IS 70 (27.73% from 255) = 84.34%
R=0%
G=15.66%
B=84.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0137010.8100.73228.8610013.73
Hex0D466451049e564e
Octal015106144121011134514416
Binary01101100011011001001010001010010011110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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