#000F57

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

Shades of Sapphire #000F57

Tints of Sapphire #000F57

Color information

#000F57 (or 0x000F57) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 57. RGB value is (0,15,87). Sum of RGB (Red+Green+Blue) = 0+15+87=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 87 (34.38% from 255 or 85.29% from 102); Max value from RGB is 87 - color contains mainly: blue. Hex color #000F57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F57 is #FFF0A8. Grayscale: #121212. Windows color (decimal): -16773289 or 5705472. OLE color: 5705472.

HSL color Cylindrical-coordinate representation of color #000F57: hue angle of 229.66º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F57 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB01587-
CMYK10.8300.66
HSL229.66º100%17.06%-
HSV(B)229.66º100%34.12%-
XYZ1.891.039.12-
YUV18.72166.53114.65-

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) = 14.71%
BLUE value IS 87 (34.38% from 255) = 85.29%
R=0%
G=14.71%
B=85.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0158710.8300.66229.6610017.06
Hex0F576453042e66411
Octal017127144123010234614421
Binary011111010111110010010100110100001011100110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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