Html Css Color HEX #0A62AE Denim

📋 copy color: '#0A62AE'

red 10 ◦ green 98 ◦ blue 174

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

Shades of Denim #0A62AE

Tints of Denim #0A62AE

RGB

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

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

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

R = 3.55%
G = 34.75%
B = 61.7%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A62AE (or 0x0A62AE) is known color: Denim. HEX triplet: 0A, 62 and AE. RGB value is (10,98,174). Sum of RGB (Red+Green+Blue) = 10+98+174=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A62AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A62AE is #F59D51. Grayscale: #4F4F4F. Windows color (decimal): -16096594 or 11428362. OLE color: 11428362.

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

Color convert

RGB 10 98 174 -
CMYK 0.94 0.44 0 0.32
HSL 207.8º 0.89% 0.36% -
HSV(B) 207.8º 0.94% 0.68% -
XYZ 12.13 11.86 41.69 -
YUV 80.35 180.85 77.82 -
System Red Green Blue C M Y K H S L
Decimal 10 98 174 0.94 0.44 0 0.32 207.8 0.89 0.36
Hex A 62 AE 5E 2C 0 20 D0 59 24
Octal 12 142 256 136 54 0 40 320 131 44
Binary 1010 1100010 10101110 1011110 101100 0 100000 11010000 1011001 100100

Color Harmonies of #0A62AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A62AE

Black with #0A62AE

Text Example


Text Example

White with #0A62AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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