#000F4E

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

Shades of Sapphire #000F4E

Tints of Sapphire #000F4E

Color information

#000F4E (or 0x000F4E) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 4E. RGB value is (0,15,78). Sum of RGB (Red+Green+Blue) = 0+15+78=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #000F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F4E is #FFF0B1. Grayscale: #111111. Windows color (decimal): -16773298 or 5115648. OLE color: 5115648.

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

Color convert

RGB01578-
CMYK10.8100.69
HSL228.46º100%15.29%-
HSV(B)228.46º100%30.59%-
XYZ1.550.897.3-
YUV17.7162.03115.38-

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) = 16.13%
BLUE value IS 78 (30.86% from 255) = 83.87%
R=0%
G=16.13%
B=83.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0157810.8100.69228.4610015.29
Hex0F4E6451045e464f
Octal017116144121010534414417
Binary01111100111011001001010001010001011110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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