#0F6288

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

Shades of Allports #0F6288

Tints of Allports #0F6288

Color information

#0F6288 (or 0x0F6288) is unknown color: approx Allports. HEX triplet: 0F, 62 and 88. RGB value is (15,98,136). Sum of RGB (Red+Green+Blue) = 15+98+136=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F6288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6288 is #F09D77. Grayscale: #4D4D4D. Windows color (decimal): -15768952 or 8937999. OLE color: 8937999.

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

Color convert

RGB1598136-
CMYK0.890.2800.47
HSL198.84º80.13%29.61%-
HSV(B)198.84º88.97%53.33%-
XYZ9.0110.6124.87-
YUV77.5216183.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=6.02%
G=39.36%
B=54.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15981360.890.2800.47198.8480.1329.61
HexF6288591C02Fc7501e
Octal171422101313405730712036
Binary1111110001010001000101100111100010111111000111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,98,136); }

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

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

 a { background-color: rgb(15,98,136); }

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

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

 span { border-color: rgb(15,98,136); }

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