#0F6387

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

Shades of Allports #0F6387

Tints of Allports #0F6387

Color information

#0F6387 (or 0x0F6387) is unknown color: approx Allports. HEX triplet: 0F, 63 and 87. RGB value is (15,99,135). Sum of RGB (Red+Green+Blue) = 15+99+135=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F6387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6387 is #F09C78. Grayscale: #4D4D4D. Windows color (decimal): -15768697 or 8872719. OLE color: 8872719.

HSL color Cylindrical-coordinate representation of color #0F6387: hue angle of 198º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F6387 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1599135-
CMYK0.890.2700.47
HSL198º80%29.41%-
HSV(B)198º88.89%52.94%-
XYZ9.0310.7724.53-
YUV77.99160.1783.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=6.02%
G=39.76%
B=54.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15991350.890.2700.471988029.41
HexF6387591B02Fc6501d
Octal171432071313305730612035
Binary1111110001110000111101100111011010111111000110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,99,135); }

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

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

 a { background-color: rgb(15,99,135); }

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

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

 span { border-color: rgb(15,99,135); }

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