Html Css Color HEX #0762BF Denim

📋 copy color: '#0762BF'

red 7 ◦ green 98 ◦ blue 191

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

Shades of Denim #0762BF

Tints of Denim #0762BF

RGB

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

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

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

R = 2.36%
G = 33.11%
B = 64.53%

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

#0762BF (or 0x0762BF) is known color: Denim. HEX triplet: 07, 62 and BF. RGB value is (7,98,191). Sum of RGB (Red+Green+Blue) = 7+98+191=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #0762BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762BF is #F89D40. Grayscale: #505050. Windows color (decimal): -16293185 or 12542471. OLE color: 12542471.

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

Color convert

RGB 7 98 191 -
CMYK 0.96 0.49 0 0.25
HSL 210.33º 0.93% 0.39% -
HSV(B) 210.33º 0.96% 0.75% -
XYZ 13.86 12.54 50.98 -
YUV 81.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 7 98 191 0.96 0.49 0 0.25 210.33 0.93 0.39
Hex 7 62 BF 60 31 0 19 D2 5D 27
Octal 7 142 277 140 61 0 31 322 135 47
Binary 111 1100010 10111111 1100000 110001 0 11001 11010010 1011101 100111

Color Harmonies of #0762BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0762BF

Black with #0762BF

Text Example


Text Example

White with #0762BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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