Html Css Color HEX #0061AD Denim

📋 copy color: '#0061AD'

red 0 ◦ green 97 ◦ blue 173

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

Shades of Denim #0061AD

Tints of Denim #0061AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 0%
G = 35.93%
B = 64.07%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0061AD (or 0x0061AD) is known color: Denim. HEX triplet: 00, 61 and AD. RGB value is (0,97,173). Sum of RGB (Red+Green+Blue) = 0+97+173=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #0061AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0061AD is #FF9E52. Grayscale: #4C4C4C. Windows color (decimal): -16752211 or 11362560. OLE color: 11362560.

HSL color Cylindrical-coordinate representation of color #0061AD: hue angle of 206.36º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061AD is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 97 173 -
CMYK 1 0.44 0 0.32
HSL 206.36º 1% 0.34% -
HSV(B) 206.36º 1% 0.68% -
XYZ 11.82 11.57 41.14 -
YUV 76.66 182.36 73.32 -
System Red Green Blue C M Y K H S L
Decimal 0 97 173 1 0.44 0 0.32 206.36 1 0.34
Hex 0 61 AD 64 2C 0 20 CE 64 22
Octal 0 141 255 144 54 0 40 316 144 42
Binary 0 1100001 10101101 1100100 101100 0 100000 11001110 1100100 100010

Color Harmonies of #0061AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061AD

Black with #0061AD

Text Example


Text Example

White with #0061AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0061AD; }

 p { color: rgb(0,97,173); }

 H1.HeaderClassName
 {
   color: #0061AD;
 }
 .AnyTagClassName
 {
   color: #0061AD;
 }
</style>

background-color css

<style>
 a { background-color: #0061AD; }

 a { background-color: rgb(0,97,173); }

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

border-color css

<style>
 span { border-color: #0061AD; }

 span { border-color: rgb(0,97,173); }

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