Html Css Color HEX #0762BA Denim

📋 copy color: '#0762BA'

red 7 ◦ green 98 ◦ blue 186

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

Shades of Denim #0762BA

Tints of Denim #0762BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 2.41%
G = 33.68%
B = 63.92%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0762BA (or 0x0762BA) is known color: Denim. HEX triplet: 07, 62 and BA. RGB value is (7,98,186). Sum of RGB (Red+Green+Blue) = 7+98+186=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0762BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762BA is #F89D45. Grayscale: #505050. Windows color (decimal): -16293190 or 12214791. OLE color: 12214791.

HSL color Cylindrical-coordinate representation of color #0762BA: hue angle of 209.5º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0762BA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 98 186 -
CMYK 0.96 0.47 0 0.27
HSL 209.5º 0.93% 0.38% -
HSV(B) 209.5º 0.96% 0.73% -
XYZ 13.32 12.33 48.13 -
YUV 80.82 187.35 75.34 -
System Red Green Blue C M Y K H S L
Decimal 7 98 186 0.96 0.47 0 0.27 209.5 0.93 0.38
Hex 7 62 BA 60 2F 0 1B D1 5D 26
Octal 7 142 272 140 57 0 33 321 135 46
Binary 111 1100010 10111010 1100000 101111 0 11011 11010001 1011101 100110

Color Harmonies of #0762BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0762BA

Black with #0762BA

Text Example


Text Example

White with #0762BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0762BA; }

 p { color: rgb(7,98,186); }

 H1.HeaderClassName
 {
   color: #0762BA;
 }
 .AnyTagClassName
 {
   color: #0762BA;
 }
</style>

background-color css

<style>
 a { background-color: #0762BA; }

 a { background-color: rgb(7,98,186); }

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

border-color css

<style>
 span { border-color: #0762BA; }

 span { border-color: rgb(7,98,186); }

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