#0f6c92

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

Shades of Allports #0F6C92

Tints of Allports #0F6C92

Color information

#0F6C92 (or 0x0F6C92) is unknown color: approx Allports. HEX triplet: 0F, 6C and 92. RGB value is (15,108,146). Sum of RGB (Red+Green+Blue) = 15+108+146=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6C92 is #F0936D. Grayscale: #545454. Windows color (decimal): -15766382 or 9595919. OLE color: 9595919.

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

Color convert

RGB15108146-
CMYK0.900.2600.43
HSL197.4º81.37%31.57%-
HSV(B)197.4º89.73%57.25%-
XYZ10.7512.929.12-
YUV84.52162.6978.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=5.58%
G=40.15%
B=54.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151081460.900.2600.43197.481.3731.57
HexF6C925A1A02Bc55120
Octal171542221323205330512140
Binary11111101100100100101011010110100101011110001011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6c92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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