Html Css Color HEX #0062AD Denim

📋 copy color: '#0062AD'

red 0 ◦ green 98 ◦ blue 173

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

Shades of Denim #0062AD

Tints of Denim #0062AD

RGB

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

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

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

R = 0%
G = 36.16%
B = 63.84%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0062AD (or 0x0062AD) is known color: Denim. HEX triplet: 00, 62 and AD. RGB value is (0,98,173). Sum of RGB (Red+Green+Blue) = 0+98+173=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #0062AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0062AD is #FF9D52. Grayscale: #4C4C4C. Windows color (decimal): -16751955 or 11362816. OLE color: 11362816.

HSL color Cylindrical-coordinate representation of color #0062AD: hue angle of 206.01º 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 #0062AD is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 98 173 -
CMYK 1 0.43 0 0.32
HSL 206.01º 1% 0.34% -
HSV(B) 206.01º 1% 0.68% -
XYZ 11.91 11.75 41.18 -
YUV 77.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 0 98 173 1 0.43 0 0.32 206.01 1 0.34
Hex 0 62 AD 64 2B 0 20 CE 64 22
Octal 0 142 255 144 53 0 40 316 144 42
Binary 0 1100010 10101101 1100100 101011 0 100000 11001110 1100100 100010

Color Harmonies of #0062AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0062AD

Black with #0062AD

Text Example


Text Example

White with #0062AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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