Html Css Color HEX #0764BE Denim

📋 copy color: '#0764BE'

red 7 ◦ green 100 ◦ blue 190

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

Shades of Denim #0764BE

Tints of Denim #0764BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 2.36%
G = 33.67%
B = 63.97%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0764BE (or 0x0764BE) is known color: Denim. HEX triplet: 07, 64 and BE. RGB value is (7,100,190). Sum of RGB (Red+Green+Blue) = 7+100+190=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #0764BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0764BE is #F89B41. Grayscale: #525252. Windows color (decimal): -16292674 or 12477447. OLE color: 12477447.

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

Color convert

RGB 7 100 190 -
CMYK 0.96 0.47 0 0.25
HSL 209.51º 0.93% 0.39% -
HSV(B) 209.51º 0.96% 0.75% -
XYZ 13.94 12.88 50.47 -
YUV 82.45 188.69 74.18 -
System Red Green Blue C M Y K H S L
Decimal 7 100 190 0.96 0.47 0 0.25 209.51 0.93 0.39
Hex 7 64 BE 60 2F 0 19 D2 5D 27
Octal 7 144 276 140 57 0 31 322 135 47
Binary 111 1100100 10111110 1100000 101111 0 11001 11010010 1011101 100111

Color Harmonies of #0764BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0764BE

Black with #0764BE

Text Example


Text Example

White with #0764BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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