#0F6A94

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

Shades of Allports #0F6A94

Tints of Allports #0F6A94

Color information

#0F6A94 (or 0x0F6A94) is unknown color: approx Allports. HEX triplet: 0F, 6A and 94. RGB value is (15,106,148). Sum of RGB (Red+Green+Blue) = 15+106+148=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F6A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6A94 is #F0956B. Grayscale: #535353. Windows color (decimal): -15766892 or 9726479. OLE color: 9726479.

HSL color Cylindrical-coordinate representation of color #0F6A94: hue angle of 198.95º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6A94 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB15106148-
CMYK0.900.2800.42
HSL198.95º81.6%31.96%-
HSV(B)198.95º89.86%58.04%-
XYZ10.712.5529.88-
YUV83.58164.3579.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=5.58%
G=39.41%
B=55.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151061480.900.2800.42198.9581.631.96
HexF6A945A1C02Ac75220
Octal171522241323405230712240
Binary11111101010100101001011010111000101010110001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,106,148); }

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

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

 a { background-color: rgb(15,106,148); }

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

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

 span { border-color: rgb(15,106,148); }

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