#0F7491

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

Shades of Allports #0F7491

Tints of Allports #0F7491

Color information

#0F7491 (or 0x0F7491) is unknown color: approx Allports. HEX triplet: 0F, 74 and 91. RGB value is (15,116,145). Sum of RGB (Red+Green+Blue) = 15+116+145=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F7491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7491 is #F08B6E. Grayscale: #585858. Windows color (decimal): -15764335 or 9532431. OLE color: 9532431.

HSL color Cylindrical-coordinate representation of color #0F7491: hue angle of 193.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7491 is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB15116145-
CMYK0.900.200.43
HSL193.38º81.25%31.37%-
HSV(B)193.38º89.66%56.86%-
XYZ11.5514.6429-
YUV89.11159.5475.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.43%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=5.43%
G=42.03%
B=52.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151161450.900.200.43193.3881.2531.37
HexF74915A1402Bc1511f
Octal171642211322405330112137
Binary1111111010010010001101101010100010101111000001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,116,145); }

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

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

 a { background-color: rgb(15,116,145); }

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

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

 span { border-color: rgb(15,116,145); }

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