Html Css Color HEX #0760BF Denim

📋 copy color: '#0760BF'

red 7 ◦ green 96 ◦ blue 191

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

Shades of Denim #0760BF

Tints of Denim #0760BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.97%

R = 2.38%
G = 32.65%
B = 64.97%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0760BF (or 0x0760BF) is known color: Denim. HEX triplet: 07, 60 and BF. RGB value is (7,96,191). Sum of RGB (Red+Green+Blue) = 7+96+191=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #0760BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0760BF is #F89F40. Grayscale: #4F4F4F. Windows color (decimal): -16293697 or 12541959. OLE color: 12541959.

HSL color Cylindrical-coordinate representation of color #0760BF: hue angle of 210.98º 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 #0760BF is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 96 191 -
CMYK 0.96 0.50 0 0.25
HSL 210.98º 0.93% 0.39% -
HSV(B) 210.98º 0.96% 0.75% -
XYZ 13.67 12.17 50.92 -
YUV 80.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 7 96 191 0.96 0.50 0 0.25 210.98 0.93 0.39
Hex 7 60 BF 60 32 0 19 D3 5D 27
Octal 7 140 277 140 62 0 31 323 135 47
Binary 111 1100000 10111111 1100000 110010 0 11001 11010011 1011101 100111

Color Harmonies of #0760BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0760BF

Black with #0760BF

Text Example


Text Example

White with #0760BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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