Html Css Color HEX #0A5AFF Navy Blue

📋 copy color: '#0A5AFF'

red 10 ◦ green 90 ◦ blue 255

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

Shades of Navy Blue #0A5AFF

Tints of Navy Blue #0A5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

 BLUE value IS 255 (100% from 255) = 71.83%

R = 2.82%
G = 25.35%
B = 71.83%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A5AFF (or 0x0A5AFF) is known color: Navy Blue. HEX triplet: 0A, 5A and FF. RGB value is (10,90,255). Sum of RGB (Red+Green+Blue) = 10+90+255=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A5AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5AFF is #F5A500. Grayscale: #545454. Windows color (decimal): -16098561 or 16734730. OLE color: 16734730.

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

Color convert

RGB 10 90 255 -
CMYK 0.96 0.65 0 0
HSL 220.41º 1% 0.52% -
HSV(B) 220.41º 0.96% 1% -
XYZ 21.83 14.6 96.27 -
YUV 84.89 224 74.58 -
System Red Green Blue C M Y K H S L
Decimal 10 90 255 0.96 0.65 0 0 220.41 1 0.52
Hex A 5A FF 60 41 0 0 DC 64 34
Octal 12 132 377 140 101 0 0 334 144 64
Binary 1010 1011010 11111111 1100000 1000001 0 0 11011100 1100100 110100

Color Harmonies of #0A5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5AFF

Black with #0A5AFF

Text Example


Text Example

White with #0A5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,90,255); }

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

background-color css

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

 a { background-color: rgb(10,90,255); }

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

border-color css

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

 span { border-color: rgb(10,90,255); }

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