Html Css Color HEX #0A5DFD Navy Blue

📋 copy color: '#0A5DFD'

red 10 ◦ green 93 ◦ blue 253

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

Shades of Navy Blue #0A5DFD

Tints of Navy Blue #0A5DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.07%

R = 2.81%
G = 26.12%
B = 71.07%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A5DFD (or 0x0A5DFD) is known color: Navy Blue. HEX triplet: 0A, 5D and FD. RGB value is (10,93,253). Sum of RGB (Red+Green+Blue) = 10+93+253=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A5DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5DFD is #F5A202. Grayscale: #555555. Windows color (decimal): -16097795 or 16604426. OLE color: 16604426.

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

Color convert

RGB 10 93 253 -
CMYK 0.96 0.63 0 0.01
HSL 219.51º 0.98% 0.52% -
HSV(B) 219.51º 0.96% 0.99% -
XYZ 21.77 14.99 94.67 -
YUV 86.42 222 73.49 -
System Red Green Blue C M Y K H S L
Decimal 10 93 253 0.96 0.63 0 0.01 219.51 0.98 0.52
Hex A 5D FD 60 3F 0 1 DC 62 34
Octal 12 135 375 140 77 0 1 334 142 64
Binary 1010 1011101 11111101 1100000 111111 0 1 11011100 1100010 110100

Color Harmonies of #0A5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5DFD

Black with #0A5DFD

Text Example


Text Example

White with #0A5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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