#0A5CF9

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

Shades of Navy Blue #0A5CF9

Tints of Navy Blue #0A5CF9

Color information

#0A5CF9 (or 0x0A5CF9) is unknown color: approx Navy Blue. HEX triplet: 0A, 5C and F9. RGB value is (10,92,249). Sum of RGB (Red+Green+Blue) = 10+92+249=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A5CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5CF9 is #F5A306. Grayscale: #545454. Windows color (decimal): -16098055 or 16342026. OLE color: 16342026.

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

Color convert

RGB1092249-
CMYK0.960.6300.02
HSL219.41º95.22%50.78%-
HSV(B)219.41º95.98%97.65%-
XYZ21.0514.5691.32-
YUV85.38220.3374.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.85%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 249 (97.66% from 255) = 70.94%
R=2.85%
G=26.21%
B=70.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10922490.960.6300.02219.4195.2250.78
HexA5CF9603F02db5f33
Octal12134371140770233313763
Binary10101011100111110011100000111111010110110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,92,249); }

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

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

 a { background-color: rgb(10,92,249); }

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

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

 span { border-color: rgb(10,92,249); }

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