Html Css Color HEX #0A4AC9 Denim

📋 copy color: '#0A4AC9'

red 10 ◦ green 74 ◦ blue 201

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

Shades of Denim #0A4AC9

Tints of Denim #0A4AC9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

 BLUE value IS 201 (78.91% from 255) = 70.53%

R = 3.51%
G = 25.96%
B = 70.53%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A4AC9 (or 0x0A4AC9) is known color: Denim. HEX triplet: 0A, 4A and C9. RGB value is (10,74,201). Sum of RGB (Red+Green+Blue) = 10+74+201=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A4AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4AC9 is #F5B536. Grayscale: #444444. Windows color (decimal): -16102711 or 13191690. OLE color: 13191690.

HSL color Cylindrical-coordinate representation of color #0A4AC9: hue angle of 219.9º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4AC9 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 74 201 -
CMYK 0.95 0.63 0 0.21
HSL 219.9º 0.91% 0.41% -
HSV(B) 219.9º 0.95% 0.79% -
XYZ 13.12 9.18 56.34 -
YUV 69.34 202.3 85.67 -
System Red Green Blue C M Y K H S L
Decimal 10 74 201 0.95 0.63 0 0.21 219.9 0.91 0.41
Hex A 4A C9 5F 3F 0 15 DC 5B 29
Octal 12 112 311 137 77 0 25 334 133 51
Binary 1010 1001010 11001001 1011111 111111 0 10101 11011100 1011011 101001

Color Harmonies of #0A4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4AC9

Black with #0A4AC9

Text Example


Text Example

White with #0A4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,74,201); }

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

background-color css

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

 a { background-color: rgb(10,74,201); }

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

border-color css

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

 span { border-color: rgb(10,74,201); }

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