#0761BA

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

Shades of Denim #0761BA

Tints of Denim #0761BA

Color information

#0761BA (or 0x0761BA) is unknown color: approx Denim. HEX triplet: 07, 61 and BA. RGB value is (7,97,186). Sum of RGB (Red+Green+Blue) = 7+97+186=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #0761BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0761BA is #F89E45. Grayscale: #4F4F4F. Windows color (decimal): -16293446 or 12214535. OLE color: 12214535.

HSL color Cylindrical-coordinate representation of color #0761BA: hue angle of 209.83º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0761BA is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB797186-
CMYK0.960.4800.27
HSL209.83º92.75%37.84%-
HSV(B)209.83º96.24%72.94%-
XYZ13.2312.1448.1-
YUV80.24187.6875.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=2.41%
G=33.45%
B=64.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7971860.960.4800.27209.8392.7537.84
Hex761BA603001Bd25d26
Octal71412721406003332213546
Binary1111100001101110101100000110000011011110100101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0761BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0761BA; }

 p { color: rgb(7,97,186); }

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

<style>
 a { background-color: #0761BA; }

 a { background-color: rgb(7,97,186); }

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

<style>
 span { border-color: #0761BA; }

 span { border-color: rgb(7,97,186); }

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