Html Css Color HEX #0A80CD Navy Blue

📋 copy color: '#0A80CD'

red 10 ◦ green 128 ◦ blue 205

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

Shades of Navy Blue #0A80CD

Tints of Navy Blue #0A80CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 2.92%
G = 37.32%
B = 59.77%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A80CD (or 0x0A80CD) is known color: Navy Blue. HEX triplet: 0A, 80 and CD. RGB value is (10,128,205). Sum of RGB (Red+Green+Blue) = 10+128+205=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A80CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80CD is #F57F32. Grayscale: #656565. Windows color (decimal): -16088883 or 13467658. OLE color: 13467658.

HSL color Cylindrical-coordinate representation of color #0A80CD: hue angle of 203.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A80CD is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 128 205 -
CMYK 0.95 0.38 0 0.20
HSL 203.69º 0.91% 0.42% -
HSV(B) 203.69º 0.95% 0.8% -
XYZ 18.86 19.91 60.61 -
YUV 101.5 186.41 62.74 -
System Red Green Blue C M Y K H S L
Decimal 10 128 205 0.95 0.38 0 0.20 203.69 0.91 0.42
Hex A 80 CD 5F 26 0 14 CC 5B 2A
Octal 12 200 315 137 46 0 24 314 133 52
Binary 1010 10000000 11001101 1011111 100110 0 10100 11001100 1011011 101010

Color Harmonies of #0A80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A80CD

Black with #0A80CD

Text Example


Text Example

White with #0A80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,128,205); }

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

background-color css

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

 a { background-color: rgb(10,128,205); }

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

border-color css

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

 span { border-color: rgb(10,128,205); }

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