Html Css Color HEX #0A5EAC Denim

📋 copy color: '#0A5EAC'

red 10 ◦ green 94 ◦ blue 172

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

Shades of Denim #0A5EAC

Tints of Denim #0A5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 3.62%
G = 34.06%
B = 62.32%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A5EAC (or 0x0A5EAC) is known color: Denim. HEX triplet: 0A, 5E and AC. RGB value is (10,94,172). Sum of RGB (Red+Green+Blue) = 10+94+172=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A5EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5EAC is #F5A153. Grayscale: #4D4D4D. Windows color (decimal): -16097620 or 11296266. OLE color: 11296266.

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

Color convert

RGB 10 94 172 -
CMYK 0.94 0.45 0 0.33
HSL 208.89º 0.89% 0.36% -
HSV(B) 208.89º 0.94% 0.67% -
XYZ 11.57 11.05 40.55 -
YUV 77.78 181.17 79.66 -
System Red Green Blue C M Y K H S L
Decimal 10 94 172 0.94 0.45 0 0.33 208.89 0.89 0.36
Hex A 5E AC 5E 2D 0 21 D1 59 24
Octal 12 136 254 136 55 0 41 321 131 44
Binary 1010 1011110 10101100 1011110 101101 0 100001 11010001 1011001 100100

Color Harmonies of #0A5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5EAC

Black with #0A5EAC

Text Example


Text Example

White with #0A5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,94,172); }

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

background-color css

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

 a { background-color: rgb(10,94,172); }

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

border-color css

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

 span { border-color: rgb(10,94,172); }

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