Html Css Color HEX #0080CD Navy Blue

📋 copy color: '#0080CD'

red 0 ◦ green 128 ◦ blue 205

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

Shades of Navy Blue #0080CD

Tints of Navy Blue #0080CD

RGB

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

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

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

R = 0%
G = 38.44%
B = 61.56%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0080CD (or 0x0080CD) is known color: Navy Blue. HEX triplet: 00, 80 and CD. RGB value is (0,128,205). Sum of RGB (Red+Green+Blue) = 0+128+205=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #0080CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080CD is #FF7F32. Grayscale: #626262. Windows color (decimal): -16744243 or 13467648. OLE color: 13467648.

HSL color Cylindrical-coordinate representation of color #0080CD: hue angle of 202.54º 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 #0080CD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 128 205 -
CMYK 1 0.38 0 0.20
HSL 202.54º 1% 0.4% -
HSV(B) 202.54º 1% 0.8% -
XYZ 18.74 19.85 60.6 -
YUV 98.51 188.09 57.74 -
System Red Green Blue C M Y K H S L
Decimal 0 128 205 1 0.38 0 0.20 202.54 1 0.4
Hex 0 80 CD 64 26 0 14 CB 64 28
Octal 0 200 315 144 46 0 24 313 144 50
Binary 0 10000000 11001101 1100100 100110 0 10100 11001011 1100100 101000

Color Harmonies of #0080CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080CD

Black with #0080CD

Text Example


Text Example

White with #0080CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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