Html Css Color HEX #0A5DF1 Navy Blue

📋 copy color: '#0A5DF1'

red 10 ◦ green 93 ◦ blue 241

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

Shades of Navy Blue #0A5DF1

Tints of Navy Blue #0A5DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 241 (94.53% from 255) = 70.06%

R = 2.91%
G = 27.03%
B = 70.06%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0A5DF1 (or 0x0A5DF1) is known color: Navy Blue. HEX triplet: 0A, 5D and F1. RGB value is (10,93,241). Sum of RGB (Red+Green+Blue) = 10+93+241=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A5DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5DF1 is #F5A20E. Grayscale: #545454. Windows color (decimal): -16097807 or 15817994. OLE color: 15817994.

HSL color Cylindrical-coordinate representation of color #0A5DF1: hue angle of 218.44º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5DF1 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 93 241 -
CMYK 0.96 0.61 0 0.05
HSL 218.44º 0.92% 0.49% -
HSV(B) 218.44º 0.96% 0.95% -
XYZ 19.92 14.24 84.92 -
YUV 85.06 216 74.47 -
System Red Green Blue C M Y K H S L
Decimal 10 93 241 0.96 0.61 0 0.05 218.44 0.92 0.49
Hex A 5D F1 60 3D 0 5 DA 5C 31
Octal 12 135 361 140 75 0 5 332 134 61
Binary 1010 1011101 11110001 1100000 111101 0 101 11011010 1011100 110001

Color Harmonies of #0A5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5DF1

Black with #0A5DF1

Text Example


Text Example

White with #0A5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,93,241); }

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

background-color css

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

 a { background-color: rgb(10,93,241); }

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

border-color css

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

 span { border-color: rgb(10,93,241); }

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