Html Css Color HEX #0A4ADA Navy Blue

📋 copy color: '#0A4ADA'

red 10 ◦ green 74 ◦ blue 218

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

Shades of Navy Blue #0A4ADA

Tints of Navy Blue #0A4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.19%

R = 3.31%
G = 24.5%
B = 72.19%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A4ADA (or 0x0A4ADA) is known color: Navy Blue. HEX triplet: 0A, 4A and DA. RGB value is (10,74,218). Sum of RGB (Red+Green+Blue) = 10+74+218=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A4ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4ADA is #F5B525. Grayscale: #464646. Windows color (decimal): -16102694 or 14305802. OLE color: 14305802.

HSL color Cylindrical-coordinate representation of color #0A4ADA: hue angle of 221.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4ADA is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 74 218 -
CMYK 0.95 0.66 0 0.15
HSL 221.54º 0.91% 0.45% -
HSV(B) 221.54º 0.95% 0.85% -
XYZ 15.23 10.02 67.46 -
YUV 71.28 210.8 84.29 -
System Red Green Blue C M Y K H S L
Decimal 10 74 218 0.95 0.66 0 0.15 221.54 0.91 0.45
Hex A 4A DA 5F 42 0 F DE 5B 2D
Octal 12 112 332 137 102 0 17 336 133 55
Binary 1010 1001010 11011010 1011111 1000010 0 1111 11011110 1011011 101101

Color Harmonies of #0A4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4ADA

Black with #0A4ADA

Text Example


Text Example

White with #0A4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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