Html Css Color HEX #0A5EF3 Navy Blue

📋 copy color: '#0A5EF3'

red 10 ◦ green 94 ◦ blue 243

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

Shades of Navy Blue #0A5EF3

Tints of Navy Blue #0A5EF3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 243 (95.31% from 255) = 70.03%

R = 2.88%
G = 27.09%
B = 70.03%

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

#0A5EF3 (or 0x0A5EF3) is known color: Navy Blue. HEX triplet: 0A, 5E and F3. RGB value is (10,94,243). Sum of RGB (Red+Green+Blue) = 10+94+243=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 243 (95.31% from 255 or 70.03% from 347); Max value from RGB is 243 - color contains mainly: blue. Hex color #0A5EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5EF3 is #F5A10C. Grayscale: #555555. Windows color (decimal): -16097549 or 15949322. OLE color: 15949322.

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

Color convert

RGB 10 94 243 -
CMYK 0.96 0.61 0 0.05
HSL 218.37º 0.92% 0.5% -
HSV(B) 218.37º 0.96% 0.95% -
XYZ 20.31 14.54 86.53 -
YUV 85.87 216.67 73.88 -
System Red Green Blue C M Y K H S L
Decimal 10 94 243 0.96 0.61 0 0.05 218.37 0.92 0.5
Hex A 5E F3 60 3D 0 5 DA 5C 32
Octal 12 136 363 140 75 0 5 332 134 62
Binary 1010 1011110 11110011 1100000 111101 0 101 11011010 1011100 110010

Color Harmonies of #0A5EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5EF3

Black with #0A5EF3

Text Example


Text Example

White with #0A5EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,94,243); }

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

background-color css

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

 a { background-color: rgb(10,94,243); }

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

border-color css

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

 span { border-color: rgb(10,94,243); }

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