#075F89

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

Shades of Allports #075F89

Tints of Allports #075F89

Color information

#075F89 (or 0x075F89) is unknown color: approx Allports. HEX triplet: 07, 5F and 89. RGB value is (7,95,137). Sum of RGB (Red+Green+Blue) = 7+95+137=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #075F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075F89 is #F8A076. Grayscale: #494949. Windows color (decimal): -16294007 or 9002759. OLE color: 9002759.

HSL color Cylindrical-coordinate representation of color #075F89: hue angle of 199.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075F89 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB795137-
CMYK0.950.3100.46
HSL199.38º90.28%28.24%-
HSV(B)199.38º94.89%53.73%-
XYZ8.710.0425.15-
YUV73.48163.8580.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 137 (53.91% from 255) = 57.32%
R=2.93%
G=39.75%
B=57.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7951370.950.3100.46199.3890.2828.24
Hex75F895F1F02Ec75a1c
Octal71372111373705630713234
Binary111101111110001001101111111111010111011000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075F89; }

 p { color: rgb(7,95,137); }

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

<style>
 a { background-color: #075F89; }

 a { background-color: rgb(7,95,137); }

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

<style>
 span { border-color: #075F89; }

 span { border-color: rgb(7,95,137); }

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