Html Css Color HEX #0A5EDE Navy Blue

📋 copy color: '#0A5EDE'

red 10 ◦ green 94 ◦ blue 222

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

Shades of Navy Blue #0A5EDE

Tints of Navy Blue #0A5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 3.07%
G = 28.83%
B = 68.1%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A5EDE (or 0x0A5EDE) is known color: Navy Blue. HEX triplet: 0A, 5E and DE. RGB value is (10,94,222). Sum of RGB (Red+Green+Blue) = 10+94+222=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A5EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5EDE is #F5A121. Grayscale: #525252. Windows color (decimal): -16097570 or 14573066. OLE color: 14573066.

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

Color convert

RGB 10 94 222 -
CMYK 0.95 0.58 0 0.13
HSL 216.23º 0.91% 0.45% -
HSV(B) 216.23º 0.95% 0.87% -
XYZ 17.31 13.34 70.77 -
YUV 83.48 206.17 75.59 -
System Red Green Blue C M Y K H S L
Decimal 10 94 222 0.95 0.58 0 0.13 216.23 0.91 0.45
Hex A 5E DE 5F 3A 0 D D8 5B 2D
Octal 12 136 336 137 72 0 15 330 133 55
Binary 1010 1011110 11011110 1011111 111010 0 1101 11011000 1011011 101101

Color Harmonies of #0A5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5EDE

Black with #0A5EDE

Text Example


Text Example

White with #0A5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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