#0F295B

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

Shades of Sapphire #0F295B

Tints of Sapphire #0F295B

Color information

#0F295B (or 0x0F295B) is unknown color: approx Sapphire. HEX triplet: 0F, 29 and 5B. RGB value is (15,41,91). Sum of RGB (Red+Green+Blue) = 15+41+91=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F295B is #F0D6A4. Grayscale: #262626. Windows color (decimal): -15783589 or 5974287. OLE color: 5974287.

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

Color convert

RGB154191-
CMYK0.840.5500.64
HSL219.47º71.7%20.78%-
HSV(B)219.47º83.52%35.69%-
XYZ2.882.4410.22-
YUV38.93157.39110.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=10.20%
G=27.89%
B=61.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1541910.840.5500.64219.4771.720.78
HexF295B5437040db4815
Octal175113312467010033311025
Binary1111101001101101110101001101110100000011011011100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F295B; }

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

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

<style>
 a { background-color: #0F295B; }

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

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

<style>
 span { border-color: #0F295B; }

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

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