#0F6485

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

Shades of Allports #0F6485

Tints of Allports #0F6485

Color information

#0F6485 (or 0x0F6485) is unknown color: approx Allports. HEX triplet: 0F, 64 and 85. RGB value is (15,100,133). Sum of RGB (Red+Green+Blue) = 15+100+133=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F6485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6485 is #F09B7A. Grayscale: #4E4E4E. Windows color (decimal): -15768443 or 8741903. OLE color: 8741903.

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

Color convert

RGB15100133-
CMYK0.890.2500.48
HSL196.78º79.73%29.02%-
HSV(B)196.78º88.72%52.16%-
XYZ8.9910.9123.82-
YUV78.35158.8482.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=6.05%
G=40.32%
B=53.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal151001330.890.2500.48196.7879.7329.02
HexF64855919030c5501d
Octal171442051313106030512035
Binary1111110010010000101101100111001011000011000101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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