Html Css Color HEX #0062AE Denim

📋 copy color: '#0062AE'

red 0 ◦ green 98 ◦ blue 174

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

Shades of Denim #0062AE

Tints of Denim #0062AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.97%

R = 0%
G = 36.03%
B = 63.97%

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

#0062AE (or 0x0062AE) is known color: Denim. HEX triplet: 00, 62 and AE. RGB value is (0,98,174). Sum of RGB (Red+Green+Blue) = 0+98+174=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #0062AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0062AE is #FF9D51. Grayscale: #4C4C4C. Windows color (decimal): -16751954 or 11428352. OLE color: 11428352.

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

Color convert

RGB 0 98 174 -
CMYK 1 0.44 0 0.32
HSL 206.21º 1% 0.34% -
HSV(B) 206.21º 1% 0.68% -
XYZ 12.01 11.79 41.69 -
YUV 77.36 182.53 72.82 -
System Red Green Blue C M Y K H S L
Decimal 0 98 174 1 0.44 0 0.32 206.21 1 0.34
Hex 0 62 AE 64 2C 0 20 CE 64 22
Octal 0 142 256 144 54 0 40 316 144 42
Binary 0 1100010 10101110 1100100 101100 0 100000 11001110 1100100 100010

Color Harmonies of #0062AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0062AE

Black with #0062AE

Text Example


Text Example

White with #0062AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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