#0F6684

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

Shades of Allports #0F6684

Tints of Allports #0F6684

Color information

#0F6684 (or 0x0F6684) is unknown color: approx Allports. HEX triplet: 0F, 66 and 84. RGB value is (15,102,132). Sum of RGB (Red+Green+Blue) = 15+102+132=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F6684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6684 is #F0997B. Grayscale: #4F4F4F. Windows color (decimal): -15767932 or 8676879. OLE color: 8676879.

HSL color Cylindrical-coordinate representation of color #0F6684: hue angle of 195.38º 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 #0F6684 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB15102132-
CMYK0.890.2300.48
HSL195.38º79.59%28.82%-
HSV(B)195.38º88.64%51.76%-
XYZ9.1111.2723.52-
YUV79.41157.6882.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=6.02%
G=40.96%
B=53.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal151021320.890.2300.48195.3879.5928.82
HexF66845917030c3501d
Octal171462041312706030312035
Binary1111110011010000100101100110111011000011000011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,102,132); }

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

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

 a { background-color: rgb(15,102,132); }

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

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

 span { border-color: rgb(15,102,132); }

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