Html Css Color HEX #0A5AAC Denim

📋 copy color: '#0A5AAC'

red 10 ◦ green 90 ◦ blue 172

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

Shades of Denim #0A5AAC

Tints of Denim #0A5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 3.68%
G = 33.09%
B = 63.24%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A5AAC (or 0x0A5AAC) is known color: Denim. HEX triplet: 0A, 5A and AC. RGB value is (10,90,172). Sum of RGB (Red+Green+Blue) = 10+90+172=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A5AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5AAC is #F5A553. Grayscale: #4B4B4B. Windows color (decimal): -16098644 or 11295242. OLE color: 11295242.

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

Color convert

RGB 10 90 172 -
CMYK 0.94 0.48 0 0.33
HSL 210.37º 0.89% 0.36% -
HSV(B) 210.37º 0.94% 0.67% -
XYZ 11.23 10.36 40.44 -
YUV 75.43 182.5 81.33 -
System Red Green Blue C M Y K H S L
Decimal 10 90 172 0.94 0.48 0 0.33 210.37 0.89 0.36
Hex A 5A AC 5E 30 0 21 D2 59 24
Octal 12 132 254 136 60 0 41 322 131 44
Binary 1010 1011010 10101100 1011110 110000 0 100001 11010010 1011001 100100

Color Harmonies of #0A5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5AAC

Black with #0A5AAC

Text Example


Text Example

White with #0A5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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