Html Css Color HEX #0760BE Denim

📋 copy color: '#0760BE'

red 7 ◦ green 96 ◦ blue 190

#0760BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #0760BE

Tints of Denim #0760BE

RGB

 RED value IS 7 (3.13% from 255) = 2.39%

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 2.39%
G = 32.76%
B = 64.85%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0760BE (or 0x0760BE) is known color: Denim. HEX triplet: 07, 60 and BE. RGB value is (7,96,190). Sum of RGB (Red+Green+Blue) = 7+96+190=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0760BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0760BE is #F89F41. Grayscale: #4F4F4F. Windows color (decimal): -16293698 or 12476423. OLE color: 12476423.

HSL color Cylindrical-coordinate representation of color #0760BE: hue angle of 210.82º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0760BE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 96 190 -
CMYK 0.96 0.49 0 0.25
HSL 210.82º 0.93% 0.39% -
HSV(B) 210.82º 0.96% 0.75% -
XYZ 13.56 12.13 50.34 -
YUV 80.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 7 96 190 0.96 0.49 0 0.25 210.82 0.93 0.39
Hex 7 60 BE 60 31 0 19 D3 5D 27
Octal 7 140 276 140 61 0 31 323 135 47
Binary 111 1100000 10111110 1100000 110001 0 11001 11010011 1011101 100111

Color Harmonies of #0760BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0760BE

Black with #0760BE

Text Example


Text Example

White with #0760BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0760BE; }

 p { color: rgb(7,96,190); }

 H1.HeaderClassName
 {
   color: #0760BE;
 }
 .AnyTagClassName
 {
   color: #0760BE;
 }
</style>

background-color css

<style>
 a { background-color: #0760BE; }

 a { background-color: rgb(7,96,190); }

 div.DivClassName
 {
   background-color: #0760BE;
 }
 .BgClassName
 {
   background-color: #0760BE;
 }
</style>

border-color css

<style>
 span { border-color: #0760BE; }

 span { border-color: rgb(7,96,190); }

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