Html Css Color HEX #0764A9 Denim

📋 copy color: '#0764A9'

red 7 ◦ green 100 ◦ blue 169

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

Shades of Denim #0764A9

Tints of Denim #0764A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 61.23%

R = 2.54%
G = 36.23%
B = 61.23%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0764A9 (or 0x0764A9) is known color: Denim. HEX triplet: 07, 64 and A9. RGB value is (7,100,169). Sum of RGB (Red+Green+Blue) = 7+100+169=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #0764A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0764A9 is #F89B56. Grayscale: #4F4F4F. Windows color (decimal): -16292695 or 11101191. OLE color: 11101191.

HSL color Cylindrical-coordinate representation of color #0764A9: hue angle of 205.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0764A9 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 7 100 169 -
CMYK 0.96 0.41 0 0.34
HSL 205.56º 0.92% 0.35% -
HSV(B) 205.56º 0.96% 0.66% -
XYZ 11.81 12.02 39.23 -
YUV 80.06 178.19 75.89 -
System Red Green Blue C M Y K H S L
Decimal 7 100 169 0.96 0.41 0 0.34 205.56 0.92 0.35
Hex 7 64 A9 60 29 0 22 CE 5C 23
Octal 7 144 251 140 51 0 42 316 134 43
Binary 111 1100100 10101001 1100000 101001 0 100010 11001110 1011100 100011

Color Harmonies of #0764A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0764A9

Black with #0764A9

Text Example


Text Example

White with #0764A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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