Html Css Color HEX #0082DE Navy Blue

📋 copy color: '#0082DE'

red 0 ◦ green 130 ◦ blue 222

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

Shades of Navy Blue #0082DE

Tints of Navy Blue #0082DE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 0%
G = 36.93%
B = 63.07%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0082DE (or 0x0082DE) is known color: Navy Blue. HEX triplet: 00, 82 and DE. RGB value is (0,130,222). Sum of RGB (Red+Green+Blue) = 0+130+222=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #0082DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082DE is #FF7D21. Grayscale: #656565. Windows color (decimal): -16743714 or 14582272. OLE color: 14582272.

HSL color Cylindrical-coordinate representation of color #0082DE: hue angle of 204.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082DE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 130 222 -
CMYK 1 0.41 0 0.13
HSL 204.86º 1% 0.44% -
HSV(B) 204.86º 1% 0.87% -
XYZ 21.17 21.24 72.09 -
YUV 101.62 195.93 55.52 -
System Red Green Blue C M Y K H S L
Decimal 0 130 222 1 0.41 0 0.13 204.86 1 0.44
Hex 0 82 DE 64 29 0 D CD 64 2C
Octal 0 202 336 144 51 0 15 315 144 54
Binary 0 10000010 11011110 1100100 101001 0 1101 11001101 1100100 101100

Color Harmonies of #0082DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082DE

Black with #0082DE

Text Example


Text Example

White with #0082DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0082DE; }

 p { color: rgb(0,130,222); }

 H1.HeaderClassName
 {
   color: #0082DE;
 }
 .AnyTagClassName
 {
   color: #0082DE;
 }
</style>

background-color css

<style>
 a { background-color: #0082DE; }

 a { background-color: rgb(0,130,222); }

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

border-color css

<style>
 span { border-color: #0082DE; }

 span { border-color: rgb(0,130,222); }

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