#0f6489

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

Shades of Allports #0F6489

Tints of Allports #0F6489

Color information

#0F6489 (or 0x0F6489) is unknown color: approx Allports. HEX triplet: 0F, 64 and 89. RGB value is (15,100,137). Sum of RGB (Red+Green+Blue) = 15+100+137=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F6489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6489 is #F09B76. Grayscale: #4E4E4E. Windows color (decimal): -15768439 or 9004047. OLE color: 9004047.

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

Color convert

RGB15100137-
CMYK0.890.2700.46
HSL198.2º80.26%29.8%-
HSV(B)198.2º89.05%53.73%-
XYZ9.2711.0225.31-
YUV78.8160.8482.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=5.95%
G=39.68%
B=54.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151001370.890.2700.46198.280.2629.8
HexF6489591B02Ec6501e
Octal171442111313305630612036
Binary1111110010010001001101100111011010111011000110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,137); }

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

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

 a { background-color: rgb(15,100,137); }

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

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

 span { border-color: rgb(15,100,137); }

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