#000F4F

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

Shades of Sapphire #000F4F

Tints of Sapphire #000F4F

Color information

#000F4F (or 0x000F4F) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 4F. RGB value is (0,15,79). Sum of RGB (Red+Green+Blue) = 0+15+79=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #000F4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F4F is #FFF0B0. Grayscale: #111111. Windows color (decimal): -16773297 or 5181184. OLE color: 5181184.

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

Color convert

RGB01579-
CMYK10.8100.69
HSL228.61º100%15.49%-
HSV(B)228.61º100%30.98%-
XYZ1.580.917.49-
YUV17.81162.53115.3-

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) = 15.96%
BLUE value IS 79 (31.25% from 255) = 84.04%
R=0%
G=15.96%
B=84.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0157910.8100.69228.6110015.49
Hex0F4F6451045e564f
Octal017117144121010534514417
Binary01111100111111001001010001010001011110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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