#0F275E

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

Shades of Sapphire #0F275E

Tints of Sapphire #0F275E

Color information

#0F275E (or 0x0F275E) is unknown color: approx Sapphire. HEX triplet: 0F, 27 and 5E. RGB value is (15,39,94). Sum of RGB (Red+Green+Blue) = 15+39+94=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F275E is #F0D8A1. Grayscale: #252525. Windows color (decimal): -15784098 or 6170383. OLE color: 6170383.

HSL color Cylindrical-coordinate representation of color #0F275E: hue angle of 221.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F275E is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB153994-
CMYK0.840.5900.63
HSL221.77º72.48%21.37%-
HSV(B)221.77º84.04%36.86%-
XYZ2.942.3610.89-
YUV38.09159.55111.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 94 (37.11% from 255) = 63.51%
R=10.14%
G=26.35%
B=63.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1539940.840.5900.63221.7772.4821.37
HexF275E543B03Fde4815
Octal17471361247307733611025
Binary111110011110111101010100111011011111111011110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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