#0F5E82

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

Shades of Allports #0F5E82

Tints of Allports #0F5E82

Color information

#0F5E82 (or 0x0F5E82) is unknown color: approx Allports. HEX triplet: 0F, 5E and 82. RGB value is (15,94,130). Sum of RGB (Red+Green+Blue) = 15+94+130=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F5E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5E82 is #F0A17D. Grayscale: #4A4A4A. Windows color (decimal): -15769982 or 8543759. OLE color: 8543759.

HSL color Cylindrical-coordinate representation of color #0F5E82: hue angle of 198.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F5E82 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1594130-
CMYK0.880.2800.49
HSL198.78º79.31%28.43%-
HSV(B)198.78º88.46%50.98%-
XYZ8.239.7222.56-
YUV74.48159.3385.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=6.28%
G=39.33%
B=54.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15941300.880.2800.49198.7879.3128.43
HexF5E82581C031c74f1c
Octal171362021303406130711734
Binary1111101111010000010101100011100011000111000111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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