Html Css Color HEX #0A5EDF Navy Blue

📋 copy color: '#0A5EDF'

red 10 ◦ green 94 ◦ blue 223

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

Shades of Navy Blue #0A5EDF

Tints of Navy Blue #0A5EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 3.06%
G = 28.75%
B = 68.2%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A5EDF (or 0x0A5EDF) is known color: Navy Blue. HEX triplet: 0A, 5E and DF. RGB value is (10,94,223). Sum of RGB (Red+Green+Blue) = 10+94+223=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A5EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5EDF is #F5A120. Grayscale: #525252. Windows color (decimal): -16097569 or 14638602. OLE color: 14638602.

HSL color Cylindrical-coordinate representation of color #0A5EDF: hue angle of 216.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5EDF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 94 223 -
CMYK 0.96 0.58 0 0.13
HSL 216.34º 0.91% 0.46% -
HSV(B) 216.34º 0.96% 0.87% -
XYZ 17.45 13.4 71.48 -
YUV 83.59 206.67 75.51 -
System Red Green Blue C M Y K H S L
Decimal 10 94 223 0.96 0.58 0 0.13 216.34 0.91 0.46
Hex A 5E DF 60 3A 0 D D8 5B 2E
Octal 12 136 337 140 72 0 15 330 133 56
Binary 1010 1011110 11011111 1100000 111010 0 1101 11011000 1011011 101110

Color Harmonies of #0A5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5EDF

Black with #0A5EDF

Text Example


Text Example

White with #0A5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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