Html Css Color HEX #0A5DF0 Navy Blue

📋 copy color: '#0A5DF0'

red 10 ◦ green 93 ◦ blue 240

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

Shades of Navy Blue #0A5DF0

Tints of Navy Blue #0A5DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 69.97%

R = 2.92%
G = 27.11%
B = 69.97%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A5DF0 (or 0x0A5DF0) is known color: Navy Blue. HEX triplet: 0A, 5D and F0. RGB value is (10,93,240). Sum of RGB (Red+Green+Blue) = 10+93+240=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 240 (94.14% from 255 or 69.97% from 343); Max value from RGB is 240 - color contains mainly: blue. Hex color #0A5DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5DF0 is #F5A20F. Grayscale: #545454. Windows color (decimal): -16097808 or 15752458. OLE color: 15752458.

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

Color convert

RGB 10 93 240 -
CMYK 0.96 0.61 0 0.06
HSL 218.35º 0.92% 0.49% -
HSV(B) 218.35º 0.96% 0.94% -
XYZ 19.77 14.18 84.13 -
YUV 84.94 215.5 74.55 -
System Red Green Blue C M Y K H S L
Decimal 10 93 240 0.96 0.61 0 0.06 218.35 0.92 0.49
Hex A 5D F0 60 3D 0 6 DA 5C 31
Octal 12 135 360 140 75 0 6 332 134 61
Binary 1010 1011101 11110000 1100000 111101 0 110 11011010 1011100 110001

Color Harmonies of #0A5DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5DF0

Black with #0A5DF0

Text Example


Text Example

White with #0A5DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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