#0F6584

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

Shades of Allports #0F6584

Tints of Allports #0F6584

Color information

#0F6584 (or 0x0F6584) is unknown color: approx Allports. HEX triplet: 0F, 65 and 84. RGB value is (15,101,132). Sum of RGB (Red+Green+Blue) = 15+101+132=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F6584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6584 is #F09A7B. Grayscale: #4E4E4E. Windows color (decimal): -15768188 or 8676623. OLE color: 8676623.

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

Color convert

RGB15101132-
CMYK0.890.2300.48
HSL195.9º79.59%28.82%-
HSV(B)195.9º88.64%51.76%-
XYZ9.0211.0723.49-
YUV78.82158.0182.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=6.05%
G=40.73%
B=53.23%

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
Decimal151011320.890.2300.48195.979.5928.82
HexF65845917030c4501d
Octal171452041312706030412035
Binary1111110010110000100101100110111011000011000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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