Html Css Color HEX #0A49FD Navy Blue

📋 copy color: '#0A49FD'

red 10 ◦ green 73 ◦ blue 253

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

Shades of Navy Blue #0A49FD

Tints of Navy Blue #0A49FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 253 (99.22% from 255) = 75.3%

R = 2.98%
G = 21.73%
B = 75.3%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A49FD (or 0x0A49FD) is known color: Navy Blue. HEX triplet: 0A, 49 and FD. RGB value is (10,73,253). Sum of RGB (Red+Green+Blue) = 10+73+253=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A49FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A49FD is #F5B602. Grayscale: #494949. Windows color (decimal): -16102915 or 16599306. OLE color: 16599306.

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

Color convert

RGB 10 73 253 -
CMYK 0.96 0.71 0 0.01
HSL 224.44º 0.98% 0.52% -
HSV(B) 224.44º 0.96% 0.99% -
XYZ 20.24 11.92 94.16 -
YUV 74.68 228.63 81.86 -
System Red Green Blue C M Y K H S L
Decimal 10 73 253 0.96 0.71 0 0.01 224.44 0.98 0.52
Hex A 49 FD 60 47 0 1 E0 62 34
Octal 12 111 375 140 107 0 1 340 142 64
Binary 1010 1001001 11111101 1100000 1000111 0 1 11100000 1100010 110100

Color Harmonies of #0A49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A49FD

Black with #0A49FD

Text Example


Text Example

White with #0A49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,73,253); }

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

background-color css

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

 a { background-color: rgb(10,73,253); }

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

border-color css

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

 span { border-color: rgb(10,73,253); }

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