Html Css Color HEX #0763BE Denim

📋 copy color: '#0763BE'

red 7 ◦ green 99 ◦ blue 190

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

Shades of Denim #0763BE

Tints of Denim #0763BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 2.36%
G = 33.45%
B = 64.19%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0763BE (or 0x0763BE) is known color: Denim. HEX triplet: 07, 63 and BE. RGB value is (7,99,190). Sum of RGB (Red+Green+Blue) = 7+99+190=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #0763BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763BE is #F89C41. Grayscale: #515151. Windows color (decimal): -16292930 or 12477191. OLE color: 12477191.

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

Color convert

RGB 7 99 190 -
CMYK 0.96 0.48 0 0.25
HSL 209.84º 0.93% 0.39% -
HSV(B) 209.84º 0.96% 0.75% -
XYZ 13.84 12.69 50.43 -
YUV 81.87 189.02 74.6 -
System Red Green Blue C M Y K H S L
Decimal 7 99 190 0.96 0.48 0 0.25 209.84 0.93 0.39
Hex 7 63 BE 60 30 0 19 D2 5D 27
Octal 7 143 276 140 60 0 31 322 135 47
Binary 111 1100011 10111110 1100000 110000 0 11001 11010010 1011101 100111

Color Harmonies of #0763BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0763BE

Black with #0763BE

Text Example


Text Example

White with #0763BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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