#0F255B

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

Shades of Sapphire #0F255B

Tints of Sapphire #0F255B

Color information

#0F255B (or 0x0F255B) is unknown color: approx Sapphire. HEX triplet: 0F, 25 and 5B. RGB value is (15,37,91). Sum of RGB (Red+Green+Blue) = 15+37+91=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F255B is #F0DAA4. Grayscale: #242424. Windows color (decimal): -15784613 or 5973263. OLE color: 5973263.

HSL color Cylindrical-coordinate representation of color #0F255B: hue angle of 222.63º 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 #0F255B is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB153791-
CMYK0.840.5900.64
HSL222.63º71.7%20.78%-
HSV(B)222.63º83.52%35.69%-
XYZ2.752.1810.17-
YUV36.58158.71112.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=10.49%
G=25.87%
B=63.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1537910.840.5900.64222.6371.720.78
HexF255B543B040df4815
Octal174513312473010033711025
Binary1111100101101101110101001110110100000011011111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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