#0758B2

Color #0758B2 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0758B2

Tints of Denim #0758B2

Color information

#0758B2 (or 0x0758B2) is unknown color: approx Denim. HEX triplet: 07, 58 and B2. RGB value is (7,88,178). Sum of RGB (Red+Green+Blue) = 7+88+178=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #0758B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0758B2 is #F8A74D. Grayscale: #494949. Windows color (decimal): -16295758 or 11687943. OLE color: 11687943.

HSL color Cylindrical-coordinate representation of color #0758B2: hue angle of 211.58º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0758B2 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB788178-
CMYK0.960.5100.30
HSL211.58º92.43%36.27%-
HSV(B)211.58º96.07%69.8%-
XYZ11.6110.2443.48-
YUV74.04186.6680.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 178 (69.92% from 255) = 65.20%
R=2.56%
G=32.23%
B=65.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7881780.960.5100.30211.5892.4336.27
Hex758B2603301Ed45c24
Octal71302621406303632413444
Binary1111011000101100101100000110011011110110101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0758B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0758B2; }

 p { color: rgb(7,88,178); }

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

<style>
 a { background-color: #0758B2; }

 a { background-color: rgb(7,88,178); }

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

<style>
 span { border-color: #0758B2; }

 span { border-color: rgb(7,88,178); }

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