Html Css Color HEX #0A47FE Navy Blue

📋 copy color: '#0A47FE'

red 10 ◦ green 71 ◦ blue 254

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

Shades of Navy Blue #0A47FE

Tints of Navy Blue #0A47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 254 (99.61% from 255) = 75.82%

R = 2.99%
G = 21.19%
B = 75.82%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0A47FE (or 0x0A47FE) is known color: Navy Blue. HEX triplet: 0A, 47 and FE. RGB value is (10,71,254). Sum of RGB (Red+Green+Blue) = 10+71+254=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A47FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A47FE is #F5B801. Grayscale: #484848. Windows color (decimal): -16103426 or 16664330. OLE color: 16664330.

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

Color convert

RGB 10 71 254 -
CMYK 0.96 0.72 0 0.00
HSL 225º 0.99% 0.52% -
HSV(B) 225º 0.96% 1% -
XYZ 20.27 11.73 94.96 -
YUV 73.62 229.79 82.62 -
System Red Green Blue C M Y K H S L
Decimal 10 71 254 0.96 0.72 0 0.00 225 0.99 0.52
Hex A 47 FE 60 48 0 0 E1 63 34
Octal 12 107 376 140 110 0 0 341 143 64
Binary 1010 1000111 11111110 1100000 1001000 0 0 11100001 1100011 110100

Color Harmonies of #0A47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A47FE

Black with #0A47FE

Text Example


Text Example

White with #0A47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,71,254); }

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

background-color css

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

 a { background-color: rgb(10,71,254); }

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

border-color css

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

 span { border-color: rgb(10,71,254); }

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