#0F678F

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

Shades of Allports #0F678F

Tints of Allports #0F678F

Color information

#0F678F (or 0x0F678F) is unknown color: approx Allports. HEX triplet: 0F, 67 and 8F. RGB value is (15,103,143). Sum of RGB (Red+Green+Blue) = 15+103+143=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F678F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F678F is #F09870. Grayscale: #515151. Windows color (decimal): -15767665 or 9398031. OLE color: 9398031.

HSL color Cylindrical-coordinate representation of color #0F678F: hue angle of 198.75º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F678F is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB15103143-
CMYK0.900.2800.44
HSL198.75º81.01%30.98%-
HSV(B)198.75º89.51%56.08%-
XYZ10.0111.7927.73-
YUV81.25162.8580.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 143 (56.25% from 255) = 54.79%
R=5.75%
G=39.46%
B=54.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151031430.900.2800.44198.7581.0130.98
HexF678F5A1C02Cc7511f
Octal171472171323405430712137
Binary1111110011110001111101101011100010110011000111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,103,143); }

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

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

 a { background-color: rgb(15,103,143); }

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

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

 span { border-color: rgb(15,103,143); }

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