Html Css Color HEX #0A80DD Navy Blue

📋 copy color: '#0A80DD'

red 10 ◦ green 128 ◦ blue 221

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

Shades of Navy Blue #0A80DD

Tints of Navy Blue #0A80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.56%

R = 2.79%
G = 35.65%
B = 61.56%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A80DD (or 0x0A80DD) is known color: Navy Blue. HEX triplet: 0A, 80 and DD. RGB value is (10,128,221). Sum of RGB (Red+Green+Blue) = 10+128+221=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A80DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80DD is #F57F22. Grayscale: #666666. Windows color (decimal): -16088867 or 14516234. OLE color: 14516234.

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

Color convert

RGB 10 128 221 -
CMYK 0.95 0.42 0 0.13
HSL 206.45º 0.91% 0.45% -
HSV(B) 206.45º 0.95% 0.87% -
XYZ 20.9 20.72 71.31 -
YUV 103.32 194.41 61.44 -
System Red Green Blue C M Y K H S L
Decimal 10 128 221 0.95 0.42 0 0.13 206.45 0.91 0.45
Hex A 80 DD 5F 2A 0 D CE 5B 2D
Octal 12 200 335 137 52 0 15 316 133 55
Binary 1010 10000000 11011101 1011111 101010 0 1101 11001110 1011011 101101

Color Harmonies of #0A80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A80DD

Black with #0A80DD

Text Example


Text Example

White with #0A80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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