#0F6892

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

Shades of Allports #0F6892

Tints of Allports #0F6892

Color information

#0F6892 (or 0x0F6892) is unknown color: approx Allports. HEX triplet: 0F, 68 and 92. RGB value is (15,104,146). Sum of RGB (Red+Green+Blue) = 15+104+146=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6892 is #F0976D. Grayscale: #515151. Windows color (decimal): -15767406 or 9594895. OLE color: 9594895.

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

Color convert

RGB15104146-
CMYK0.900.2900.43
HSL199.24º81.37%31.57%-
HSV(B)199.24º89.73%57.25%-
XYZ10.3412.0828.98-
YUV82.18164.0180.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.66%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=5.66%
G=39.25%
B=55.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151041460.900.2900.43199.2481.3731.57
HexF68925A1D02Bc75120
Octal171502221323505330712140
Binary11111101000100100101011010111010101011110001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,146); }

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

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

 a { background-color: rgb(15,104,146); }

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

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

 span { border-color: rgb(15,104,146); }

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