#0F275D

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

Shades of Sapphire #0F275D

Tints of Sapphire #0F275D

Color information

#0F275D (or 0x0F275D) is unknown color: approx Sapphire. HEX triplet: 0F, 27 and 5D. RGB value is (15,39,93). Sum of RGB (Red+Green+Blue) = 15+39+93=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F275D is #F0D8A2. Grayscale: #252525. Windows color (decimal): -15784099 or 6104847. OLE color: 6104847.

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

Color convert

RGB153993-
CMYK0.840.5800.64
HSL221.54º72.22%21.18%-
HSV(B)221.54º83.87%36.47%-
XYZ2.92.3410.66-
YUV37.98159.05111.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=10.20%
G=26.53%
B=63.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1539930.840.5800.64221.5472.2221.18
HexF275D543A040de4815
Octal174713512472010033611025
Binary1111100111101110110101001110100100000011011110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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