Html Css Color HEX #0A7ADE Navy Blue

📋 copy color: '#0A7ADE'

red 10 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #0A7ADE

Tints of Navy Blue #0A7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 2.82%
G = 34.46%
B = 62.71%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A7ADE (or 0x0A7ADE) is known color: Navy Blue. HEX triplet: 0A, 7A and DE. RGB value is (10,122,222). Sum of RGB (Red+Green+Blue) = 10+122+222=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A7ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7ADE is #F58521. Grayscale: #636363. Windows color (decimal): -16090402 or 14580234. OLE color: 14580234.

HSL color Cylindrical-coordinate representation of color #0A7ADE: hue angle of 208.3º 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 #0A7ADE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 122 222 -
CMYK 0.95 0.45 0 0.13
HSL 208.3º 0.91% 0.45% -
HSV(B) 208.3º 0.95% 0.87% -
XYZ 20.27 19.26 71.76 -
YUV 99.91 196.89 63.87 -
System Red Green Blue C M Y K H S L
Decimal 10 122 222 0.95 0.45 0 0.13 208.3 0.91 0.45
Hex A 7A DE 5F 2D 0 D D0 5B 2D
Octal 12 172 336 137 55 0 15 320 133 55
Binary 1010 1111010 11011110 1011111 101101 0 1101 11010000 1011011 101101

Color Harmonies of #0A7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7ADE

Black with #0A7ADE

Text Example


Text Example

White with #0A7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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