Html Css Color HEX #0A60AD Denim

📋 copy color: '#0A60AD'

red 10 ◦ green 96 ◦ blue 173

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

Shades of Denim #0A60AD

Tints of Denim #0A60AD

RGB

 RED value IS 10 (4.3% from 255) = 3.58%

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 173 (67.97% from 255) = 62.01%

R = 3.58%
G = 34.41%
B = 62.01%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A60AD (or 0x0A60AD) is known color: Denim. HEX triplet: 0A, 60 and AD. RGB value is (10,96,173). Sum of RGB (Red+Green+Blue) = 10+96+173=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A60AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A60AD is #F59F52. Grayscale: #4E4E4E. Windows color (decimal): -16097107 or 11362314. OLE color: 11362314.

HSL color Cylindrical-coordinate representation of color #0A60AD: hue angle of 208.34º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A60AD is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 96 173 -
CMYK 0.94 0.45 0 0.32
HSL 208.34º 0.89% 0.36% -
HSV(B) 208.34º 0.94% 0.68% -
XYZ 11.85 11.45 41.12 -
YUV 79.06 181.01 78.74 -
System Red Green Blue C M Y K H S L
Decimal 10 96 173 0.94 0.45 0 0.32 208.34 0.89 0.36
Hex A 60 AD 5E 2D 0 20 D0 59 24
Octal 12 140 255 136 55 0 40 320 131 44
Binary 1010 1100000 10101101 1011110 101101 0 100000 11010000 1011001 100100

Color Harmonies of #0A60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A60AD

Black with #0A60AD

Text Example


Text Example

White with #0A60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A60AD; }

 p { color: rgb(10,96,173); }

 H1.HeaderClassName
 {
   color: #0A60AD;
 }
 .AnyTagClassName
 {
   color: #0A60AD;
 }
</style>

background-color css

<style>
 a { background-color: #0A60AD; }

 a { background-color: rgb(10,96,173); }

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

border-color css

<style>
 span { border-color: #0A60AD; }

 span { border-color: rgb(10,96,173); }

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