#000F5B

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

Shades of Sapphire #000F5B

Tints of Sapphire #000F5B

Color information

#000F5B (or 0x000F5B) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 5B. RGB value is (0,15,91). Sum of RGB (Red+Green+Blue) = 0+15+91=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 91 (35.94% from 255 or 85.85% from 106); Max value from RGB is 91 - color contains mainly: blue. Hex color #000F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F5B is #FFF0A4. Grayscale: #121212. Windows color (decimal): -16773285 or 5967616. OLE color: 5967616.

HSL color Cylindrical-coordinate representation of color #000F5B: hue angle of 230.11º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F5B is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB01591-
CMYK10.8400.64
HSL230.11º100%17.84%-
HSV(B)230.11º100%35.69%-
XYZ2.061.110-
YUV19.18168.53114.32-

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.15%
BLUE value IS 91 (35.94% from 255) = 85.85%
R=0%
G=14.15%
B=85.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0159110.8400.64230.1110017.84
Hex0F5B6454040e66412
Octal017133144124010034614422
Binary011111011011110010010101000100000011100110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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