Html Css Color HEX #0A5DAC Denim

📋 copy color: '#0A5DAC'

red 10 ◦ green 93 ◦ blue 172

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

Shades of Denim #0A5DAC

Tints of Denim #0A5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

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

R = 3.64%
G = 33.82%
B = 62.55%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A5DAC (or 0x0A5DAC) is known color: Denim. HEX triplet: 0A, 5D and AC. RGB value is (10,93,172). Sum of RGB (Red+Green+Blue) = 10+93+172=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A5DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5DAC is #F5A253. Grayscale: #4C4C4C. Windows color (decimal): -16097876 or 11296010. OLE color: 11296010.

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

Color convert

RGB 10 93 172 -
CMYK 0.94 0.46 0 0.33
HSL 209.26º 0.89% 0.36% -
HSV(B) 209.26º 0.94% 0.67% -
XYZ 11.49 10.87 40.52 -
YUV 77.19 181.5 80.08 -
System Red Green Blue C M Y K H S L
Decimal 10 93 172 0.94 0.46 0 0.33 209.26 0.89 0.36
Hex A 5D AC 5E 2E 0 21 D1 59 24
Octal 12 135 254 136 56 0 41 321 131 44
Binary 1010 1011101 10101100 1011110 101110 0 100001 11010001 1011001 100100

Color Harmonies of #0A5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5DAC

Black with #0A5DAC

Text Example


Text Example

White with #0A5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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