Html Css Color HEX #0A80DB Navy Blue

📋 copy color: '#0A80DB'

red 10 ◦ green 128 ◦ blue 219

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

Shades of Navy Blue #0A80DB

Tints of Navy Blue #0A80DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 2.8%
G = 35.85%
B = 61.34%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A80DB (or 0x0A80DB) is known color: Navy Blue. HEX triplet: 0A, 80 and DB. RGB value is (10,128,219). Sum of RGB (Red+Green+Blue) = 10+128+219=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A80DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80DB is #F57F24. Grayscale: #666666. Windows color (decimal): -16088869 or 14385162. OLE color: 14385162.

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

Color convert

RGB 10 128 219 -
CMYK 0.95 0.42 0 0.14
HSL 206.12º 0.91% 0.45% -
HSV(B) 206.12º 0.95% 0.86% -
XYZ 20.63 20.62 69.91 -
YUV 103.09 193.41 61.6 -
System Red Green Blue C M Y K H S L
Decimal 10 128 219 0.95 0.42 0 0.14 206.12 0.91 0.45
Hex A 80 DB 5F 2A 0 E CE 5B 2D
Octal 12 200 333 137 52 0 16 316 133 55
Binary 1010 10000000 11011011 1011111 101010 0 1110 11001110 1011011 101101

Color Harmonies of #0A80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A80DB

Black with #0A80DB

Text Example


Text Example

White with #0A80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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