Html Css Color HEX #0080CB Navy Blue

📋 copy color: '#0080CB'

red 0 ◦ green 128 ◦ blue 203

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

Shades of Navy Blue #0080CB

Tints of Navy Blue #0080CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 0%
G = 38.67%
B = 61.33%

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

#0080CB (or 0x0080CB) is known color: Navy Blue. HEX triplet: 00, 80 and CB. RGB value is (0,128,203). Sum of RGB (Red+Green+Blue) = 0+128+203=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #0080CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080CB is #FF7F34. Grayscale: #616161. Windows color (decimal): -16744245 or 13336576. OLE color: 13336576.

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

Color convert

RGB 0 128 203 -
CMYK 1 0.37 0 0.20
HSL 202.17º 1% 0.4% -
HSV(B) 202.17º 1% 0.8% -
XYZ 18.5 19.75 59.34 -
YUV 98.28 187.09 57.9 -
System Red Green Blue C M Y K H S L
Decimal 0 128 203 1 0.37 0 0.20 202.17 1 0.4
Hex 0 80 CB 64 25 0 14 CA 64 28
Octal 0 200 313 144 45 0 24 312 144 50
Binary 0 10000000 11001011 1100100 100101 0 10100 11001010 1100100 101000

Color Harmonies of #0080CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080CB

Black with #0080CB

Text Example


Text Example

White with #0080CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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