Html Css Color HEX #0A54FA Navy Blue

📋 copy color: '#0A54FA'

red 10 ◦ green 84 ◦ blue 250

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

Shades of Navy Blue #0A54FA

Tints of Navy Blue #0A54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 250 (98.05% from 255) = 72.67%

R = 2.91%
G = 24.42%
B = 72.67%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A54FA (or 0x0A54FA) is known color: Navy Blue. HEX triplet: 0A, 54 and FA. RGB value is (10,84,250). Sum of RGB (Red+Green+Blue) = 10+84+250=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A54FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A54FA is #F5AB05. Grayscale: #505050. Windows color (decimal): -16100102 or 16405514. OLE color: 16405514.

HSL color Cylindrical-coordinate representation of color #0A54FA: hue angle of 221.5º degrees, saturation: 0.96, 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 #0A54FA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 84 250 -
CMYK 0.96 0.66 0 0.02
HSL 221.5º 0.96% 0.51% -
HSV(B) 221.5º 0.96% 0.98% -
XYZ 20.55 13.31 91.93 -
YUV 80.8 223.48 77.5 -
System Red Green Blue C M Y K H S L
Decimal 10 84 250 0.96 0.66 0 0.02 221.5 0.96 0.51
Hex A 54 FA 60 42 0 2 DE 60 33
Octal 12 124 372 140 102 0 2 336 140 63
Binary 1010 1010100 11111010 1100000 1000010 0 10 11011110 1100000 110011

Color Harmonies of #0A54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A54FA

Black with #0A54FA

Text Example


Text Example

White with #0A54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,250); }

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

background-color css

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

 a { background-color: rgb(10,84,250); }

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

border-color css

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

 span { border-color: rgb(10,84,250); }

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