#0A50FA

Color #0A50FA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0A50FA

Tints of Navy Blue #0A50FA

Color information

#0A50FA (or 0x0A50FA) is unknown color: approx Navy Blue. HEX triplet: 0A, 50 and FA. RGB value is (10,80,250). Sum of RGB (Red+Green+Blue) = 10+80+250=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A50FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A50FA is #F5AF05. Grayscale: #4D4D4D. Windows color (decimal): -16101126 or 16404490. OLE color: 16404490.

HSL color Cylindrical-coordinate representation of color #0A50FA: hue angle of 222.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 #0A50FA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1080250-
CMYK0.960.6800.02
HSL222.5º96%50.98%-
HSV(B)222.5º96%98.04%-
XYZ20.2512.791.83-
YUV78.45224.8179.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.94%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 250 (98.05% from 255) = 73.53%
R=2.94%
G=23.53%
B=73.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10802500.960.6800.02222.59650.98
HexA50FA604402de6033
Octal121203721401040233614063
Binary101010100001111101011000001000100010110111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A50FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A50FA;
 }
 .AnyTagClassName
 {
   color: #0A50FA;
 }
</style>
background-color css

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

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

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

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

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

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