Html Css Color HEX #0A4AFF Navy Blue

📋 copy color: '#0A4AFF'

red 10 ◦ green 74 ◦ blue 255

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

Shades of Navy Blue #0A4AFF

Tints of Navy Blue #0A4AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.22%

R = 2.95%
G = 21.83%
B = 75.22%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A4AFF (or 0x0A4AFF) is known color: Navy Blue. HEX triplet: 0A, 4A and FF. RGB value is (10,74,255). Sum of RGB (Red+Green+Blue) = 10+74+255=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A4AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A4AFF is #F5B500. Grayscale: #4A4A4A. Windows color (decimal): -16102657 or 16730634. OLE color: 16730634.

HSL color Cylindrical-coordinate representation of color #0A4AFF: hue angle of 224.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4AFF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 10 74 255 -
CMYK 0.96 0.71 0 0
HSL 224.33º 1% 0.52% -
HSV(B) 224.33º 0.96% 1% -
XYZ 20.62 12.18 95.87 -
YUV 75.5 229.3 81.28 -
System Red Green Blue C M Y K H S L
Decimal 10 74 255 0.96 0.71 0 0 224.33 1 0.52
Hex A 4A FF 60 47 0 0 E0 64 34
Octal 12 112 377 140 107 0 0 340 144 64
Binary 1010 1001010 11111111 1100000 1000111 0 0 11100000 1100100 110100

Color Harmonies of #0A4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4AFF

Black with #0A4AFF

Text Example


Text Example

White with #0A4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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