#0F245D

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

Shades of Sapphire #0F245D

Tints of Sapphire #0F245D

Color information

#0F245D (or 0x0F245D) is unknown color: approx Sapphire. HEX triplet: 0F, 24 and 5D. RGB value is (15,36,93). Sum of RGB (Red+Green+Blue) = 15+36+93=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F245D is #F0DBA2. Grayscale: #232323. Windows color (decimal): -15784867 or 6104079. OLE color: 6104079.

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

Color convert

RGB153693-
CMYK0.840.6100.64
HSL223.85º72.22%21.18%-
HSV(B)223.85º83.87%36.47%-
XYZ2.82.1510.62-
YUV36.22160.04112.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=10.42%
G=25%
B=64.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1536930.840.6100.64223.8572.2221.18
HexF245D543D040e04815
Octal174413512475010034011025
Binary1111100100101110110101001111010100000011100000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,93); }

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

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

 a { background-color: rgb(15,36,93); }

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

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

 span { border-color: rgb(15,36,93); }

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