#0F2755

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

Shades of Sapphire #0F2755

Tints of Sapphire #0F2755

Color information

#0F2755 (or 0x0F2755) is unknown color: approx Sapphire. HEX triplet: 0F, 27 and 55. RGB value is (15,39,85). Sum of RGB (Red+Green+Blue) = 15+39+85=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F2755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2755 is #F0D8AA. Grayscale: #242424. Windows color (decimal): -15784107 or 5580559. OLE color: 5580559.

HSL color Cylindrical-coordinate representation of color #0F2755: hue angle of 219.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2755 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB153985-
CMYK0.820.5400.67
HSL219.43º70%19.61%-
HSV(B)219.43º82.35%33.33%-
XYZ2.562.218.89-
YUV37.07155.05112.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 85 (33.59% from 255) = 61.15%
R=10.79%
G=28.06%
B=61.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1539850.820.5400.67219.437019.61
HexF27555236043db4614
Octal174712512266010333310624
Binary1111100111101010110100101101100100001111011011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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