#0f7291

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

Shades of Allports #0F7291

Tints of Allports #0F7291

Color information

#0F7291 (or 0x0F7291) is unknown color: approx Allports. HEX triplet: 0F, 72 and 91. RGB value is (15,114,145). Sum of RGB (Red+Green+Blue) = 15+114+145=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F7291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7291 is #F08D6E. Grayscale: #575757. Windows color (decimal): -15764847 or 9531919. OLE color: 9531919.

HSL color Cylindrical-coordinate representation of color #0F7291: hue angle of 194.31º 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 #0F7291 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB15114145-
CMYK0.900.2100.43
HSL194.31º81.25%31.37%-
HSV(B)194.31º89.66%56.86%-
XYZ11.3314.1828.93-
YUV87.93160.275.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=5.47%
G=41.61%
B=52.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151141450.900.2100.43194.3181.2531.37
HexF72915A1502Bc2511f
Octal171622211322505330212137
Binary1111111001010010001101101010101010101111000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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