#0F254D

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

Shades of Sapphire #0F254D

Tints of Sapphire #0F254D

Color information

#0F254D (or 0x0F254D) is unknown color: approx Sapphire. HEX triplet: 0F, 25 and 4D. RGB value is (15,37,77). Sum of RGB (Red+Green+Blue) = 15+37+77=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F254D is #F0DAB2. Grayscale: #222222. Windows color (decimal): -15784627 or 5055759. OLE color: 5055759.

HSL color Cylindrical-coordinate representation of color #0F254D: hue angle of 218.71º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F254D is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB153777-
CMYK0.810.5200.70
HSL218.71º67.39%18.04%-
HSV(B)218.71º80.52%30.2%-
XYZ2.21.967.28-
YUV34.98151.71113.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=11.63%
G=28.68%
B=59.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1537770.810.5200.70218.7167.3918.04
HexF254D5134046db4312
Octal174511512164010633310322
Binary1111100101100110110100011101000100011011011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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