Html Css Color HEX #0E82DB Navy Blue

📋 copy color: '#0E82DB'

red 14 ◦ green 130 ◦ blue 219

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

Shades of Navy Blue #0E82DB

Tints of Navy Blue #0E82DB

RGB

 RED value IS 14 (5.86% from 255) = 3.86%

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

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

R = 3.86%
G = 35.81%
B = 60.33%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E82DB (or 0x0E82DB) is known color: Navy Blue. HEX triplet: 0E, 82 and DB. RGB value is (14,130,219). Sum of RGB (Red+Green+Blue) = 14+130+219=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E82DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E82DB is #F17D24. Grayscale: #686868. Windows color (decimal): -15826213 or 14385678. OLE color: 14385678.

HSL color Cylindrical-coordinate representation of color #0E82DB: hue angle of 206.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E82DB is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 130 219 -
CMYK 0.94 0.41 0 0.14
HSL 206.05º 0.88% 0.46% -
HSV(B) 206.05º 0.94% 0.86% -
XYZ 20.95 21.17 70 -
YUV 105.46 192.07 62.76 -
System Red Green Blue C M Y K H S L
Decimal 14 130 219 0.94 0.41 0 0.14 206.05 0.88 0.46
Hex E 82 DB 5E 29 0 E CE 58 2E
Octal 16 202 333 136 51 0 16 316 130 56
Binary 1110 10000010 11011011 1011110 101001 0 1110 11001110 1011000 101110

Color Harmonies of #0E82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E82DB

Black with #0E82DB

Text Example


Text Example

White with #0E82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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