Html Css Color HEX #0A4ADF Navy Blue

📋 copy color: '#0A4ADF'

red 10 ◦ green 74 ◦ blue 223

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

Shades of Navy Blue #0A4ADF

Tints of Navy Blue #0A4ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 3.26%
G = 24.1%
B = 72.64%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A4ADF (or 0x0A4ADF) is known color: Navy Blue. HEX triplet: 0A, 4A and DF. RGB value is (10,74,223). Sum of RGB (Red+Green+Blue) = 10+74+223=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A4ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4ADF is #F5B520. Grayscale: #474747. Windows color (decimal): -16102689 or 14633482. OLE color: 14633482.

HSL color Cylindrical-coordinate representation of color #0A4ADF: hue angle of 221.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4ADF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 74 223 -
CMYK 0.96 0.67 0 0.13
HSL 221.97º 0.91% 0.46% -
HSV(B) 221.97º 0.96% 0.87% -
XYZ 15.89 10.29 70.96 -
YUV 71.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 10 74 223 0.96 0.67 0 0.13 221.97 0.91 0.46
Hex A 4A DF 60 43 0 D DE 5B 2E
Octal 12 112 337 140 103 0 15 336 133 56
Binary 1010 1001010 11011111 1100000 1000011 0 1101 11011110 1011011 101110

Color Harmonies of #0A4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4ADF

Black with #0A4ADF

Text Example


Text Example

White with #0A4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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