#0F254E

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

Shades of Sapphire #0F254E

Tints of Sapphire #0F254E

Color information

#0F254E (or 0x0F254E) is unknown color: approx Sapphire. HEX triplet: 0F, 25 and 4E. RGB value is (15,37,78). Sum of RGB (Red+Green+Blue) = 15+37+78=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F254E is #F0DAB1. Grayscale: #222222. Windows color (decimal): -15784626 or 5121295. OLE color: 5121295.

HSL color Cylindrical-coordinate representation of color #0F254E: hue angle of 219.05º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F254E is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB153778-
CMYK0.810.5300.69
HSL219.05º67.74%18.24%-
HSV(B)219.05º80.77%30.59%-
XYZ2.231.977.47-
YUV35.1152.21113.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 78 (30.86% from 255) = 60%
R=11.54%
G=28.46%
B=60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1537780.810.5300.69219.0567.7418.24
HexF254E5135045db4412
Octal174511612165010533310422
Binary1111100101100111010100011101010100010111011011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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