Html Css Color HEX #0763AF Denim

📋 copy color: '#0763AF'

red 7 ◦ green 99 ◦ blue 175

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

Shades of Denim #0763AF

Tints of Denim #0763AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 2.49%
G = 35.23%
B = 62.28%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0763AF (or 0x0763AF) is known color: Denim. HEX triplet: 07, 63 and AF. RGB value is (7,99,175). Sum of RGB (Red+Green+Blue) = 7+99+175=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #0763AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0763AF is #F89C50. Grayscale: #4F4F4F. Windows color (decimal): -16292945 or 11494151. OLE color: 11494151.

HSL color Cylindrical-coordinate representation of color #0763AF: hue angle of 207.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0763AF is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 99 175 -
CMYK 0.96 0.43 0 0.31
HSL 207.14º 0.92% 0.36% -
HSV(B) 207.14º 0.96% 0.69% -
XYZ 12.29 12.06 42.24 -
YUV 80.16 181.52 75.82 -
System Red Green Blue C M Y K H S L
Decimal 7 99 175 0.96 0.43 0 0.31 207.14 0.92 0.36
Hex 7 63 AF 60 2B 0 1F CF 5C 24
Octal 7 143 257 140 53 0 37 317 134 44
Binary 111 1100011 10101111 1100000 101011 0 11111 11001111 1011100 100100

Color Harmonies of #0763AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0763AF

Black with #0763AF

Text Example


Text Example

White with #0763AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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