#0F6482

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

Shades of Allports #0F6482

Tints of Allports #0F6482

Color information

#0F6482 (or 0x0F6482) is unknown color: approx Allports. HEX triplet: 0F, 64 and 82. RGB value is (15,100,130). Sum of RGB (Red+Green+Blue) = 15+100+130=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6482 is #F09B7D. Grayscale: #4D4D4D. Windows color (decimal): -15768446 or 8545295. OLE color: 8545295.

HSL color Cylindrical-coordinate representation of color #0F6482: hue angle of 195.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6482 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB15100130-
CMYK0.880.2300.49
HSL195.65º79.31%28.43%-
HSV(B)195.65º88.46%50.98%-
XYZ8.7810.8322.75-
YUV78157.3483.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=6.12%
G=40.82%
B=53.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151001300.880.2300.49195.6579.3128.43
HexF64825817031c44f1c
Octal171442021302706130411734
Binary1111110010010000010101100010111011000111000100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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