Html Css Color HEX #0A82DB Navy Blue

📋 copy color: '#0A82DB'

red 10 ◦ green 130 ◦ blue 219

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

Shades of Navy Blue #0A82DB

Tints of Navy Blue #0A82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

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

R = 2.79%
G = 36.21%
B = 61%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A82DB (or 0x0A82DB) is known color: Navy Blue. HEX triplet: 0A, 82 and DB. RGB value is (10,130,219). Sum of RGB (Red+Green+Blue) = 10+130+219=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A82DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A82DB is #F57D24. Grayscale: #676767. Windows color (decimal): -16088357 or 14385674. OLE color: 14385674.

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

Color convert

RGB 10 130 219 -
CMYK 0.95 0.41 0 0.14
HSL 205.55º 0.91% 0.45% -
HSV(B) 205.55º 0.95% 0.86% -
XYZ 20.89 21.14 70 -
YUV 104.27 192.74 60.76 -
System Red Green Blue C M Y K H S L
Decimal 10 130 219 0.95 0.41 0 0.14 205.55 0.91 0.45
Hex A 82 DB 5F 29 0 E CE 5B 2D
Octal 12 202 333 137 51 0 16 316 133 55
Binary 1010 10000010 11011011 1011111 101001 0 1110 11001110 1011011 101101

Color Harmonies of #0A82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A82DB

Black with #0A82DB

Text Example


Text Example

White with #0A82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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