Html Css Color HEX #0082CD Navy Blue

📋 copy color: '#0082CD'

red 0 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #0082CD

Tints of Navy Blue #0082CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 0%
G = 38.81%
B = 61.19%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0082CD (or 0x0082CD) is known color: Navy Blue. HEX triplet: 00, 82 and CD. RGB value is (0,130,205). Sum of RGB (Red+Green+Blue) = 0+130+205=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #0082CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082CD is #FF7D32. Grayscale: #636363. Windows color (decimal): -16743731 or 13468160. OLE color: 13468160.

HSL color Cylindrical-coordinate representation of color #0082CD: hue angle of 201.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082CD is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 130 205 -
CMYK 1 0.37 0 0.20
HSL 201.95º 1% 0.4% -
HSV(B) 201.95º 1% 0.8% -
XYZ 19 20.37 60.69 -
YUV 99.68 187.43 56.9 -
System Red Green Blue C M Y K H S L
Decimal 0 130 205 1 0.37 0 0.20 201.95 1 0.4
Hex 0 82 CD 64 25 0 14 CA 64 28
Octal 0 202 315 144 45 0 24 312 144 50
Binary 0 10000010 11001101 1100100 100101 0 10100 11001010 1100100 101000

Color Harmonies of #0082CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082CD

Black with #0082CD

Text Example


Text Example

White with #0082CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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