Html Css Color HEX #0A49FB Navy Blue

📋 copy color: '#0A49FB'

red 10 ◦ green 73 ◦ blue 251

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

Shades of Navy Blue #0A49FB

Tints of Navy Blue #0A49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.15%

R = 2.99%
G = 21.86%
B = 75.15%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A49FB (or 0x0A49FB) is known color: Navy Blue. HEX triplet: 0A, 49 and FB. RGB value is (10,73,251). Sum of RGB (Red+Green+Blue) = 10+73+251=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A49FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A49FB is #F5B604. Grayscale: #494949. Windows color (decimal): -16102917 or 16468234. OLE color: 16468234.

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

Color convert

RGB 10 73 251 -
CMYK 0.96 0.71 0 0.02
HSL 224.32º 0.97% 0.51% -
HSV(B) 224.32º 0.96% 0.98% -
XYZ 19.92 11.79 92.49 -
YUV 74.46 227.63 82.03 -
System Red Green Blue C M Y K H S L
Decimal 10 73 251 0.96 0.71 0 0.02 224.32 0.97 0.51
Hex A 49 FB 60 47 0 2 E0 61 33
Octal 12 111 373 140 107 0 2 340 141 63
Binary 1010 1001001 11111011 1100000 1000111 0 10 11100000 1100001 110011

Color Harmonies of #0A49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A49FB

Black with #0A49FB

Text Example


Text Example

White with #0A49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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