#0F658C

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

Shades of Allports #0F658C

Tints of Allports #0F658C

Color information

#0F658C (or 0x0F658C) is unknown color: approx Allports. HEX triplet: 0F, 65 and 8C. RGB value is (15,101,140). Sum of RGB (Red+Green+Blue) = 15+101+140=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F658C is #F09A73. Grayscale: #4F4F4F. Windows color (decimal): -15768180 or 9200911. OLE color: 9200911.

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

Color convert

RGB15101140-
CMYK0.890.2800.45
HSL198.72º80.65%30.39%-
HSV(B)198.72º89.29%54.9%-
XYZ9.5811.326.49-
YUV79.73162.0181.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=5.86%
G=39.45%
B=54.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151011400.890.2800.45198.7280.6530.39
HexF658C591C02Dc7511e
Octal171452141313405530712136
Binary1111110010110001100101100111100010110111000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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