#0F6883

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

Shades of Allports #0F6883

Tints of Allports #0F6883

Color information

#0F6883 (or 0x0F6883) is unknown color: approx Allports. HEX triplet: 0F, 68 and 83. RGB value is (15,104,131). Sum of RGB (Red+Green+Blue) = 15+104+131=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F6883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6883 is #F0977C. Grayscale: #505050. Windows color (decimal): -15767421 or 8611855. OLE color: 8611855.

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

Color convert

RGB15104131-
CMYK0.890.2100.49
HSL193.97º79.45%28.63%-
HSV(B)193.97º88.55%51.37%-
XYZ9.2411.6423.23-
YUV80.47156.5181.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=6%
G=41.6%
B=52.4%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151041310.890.2100.49193.9779.4528.63
HexF68835915031c24f1d
Octal171502031312506130211735
Binary1111110100010000011101100110101011000111000010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,131); }

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

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

 a { background-color: rgb(15,104,131); }

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

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

 span { border-color: rgb(15,104,131); }

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