Html Css Color HEX #0761BE Denim

📋 copy color: '#0761BE'

red 7 ◦ green 97 ◦ blue 190

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

Shades of Denim #0761BE

Tints of Denim #0761BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 2.38%
G = 32.99%
B = 64.63%

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

#0761BE (or 0x0761BE) is known color: Denim. HEX triplet: 07, 61 and BE. RGB value is (7,97,190). Sum of RGB (Red+Green+Blue) = 7+97+190=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #0761BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0761BE is #F89E41. Grayscale: #505050. Windows color (decimal): -16293442 or 12476679. OLE color: 12476679.

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

Color convert

RGB 7 97 190 -
CMYK 0.96 0.49 0 0.25
HSL 210.49º 0.93% 0.39% -
HSV(B) 210.49º 0.96% 0.75% -
XYZ 13.66 12.31 50.37 -
YUV 80.69 189.68 75.44 -
System Red Green Blue C M Y K H S L
Decimal 7 97 190 0.96 0.49 0 0.25 210.49 0.93 0.39
Hex 7 61 BE 60 31 0 19 D2 5D 27
Octal 7 141 276 140 61 0 31 322 135 47
Binary 111 1100001 10111110 1100000 110001 0 11001 11010010 1011101 100111

Color Harmonies of #0761BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0761BE

Black with #0761BE

Text Example


Text Example

White with #0761BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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