Html Css Color HEX #0880CD Navy Blue

📋 copy color: '#0880CD'

red 8 ◦ green 128 ◦ blue 205

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

Shades of Navy Blue #0880CD

Tints of Navy Blue #0880CD

RGB

 RED value IS 8 (3.52% from 255) = 2.35%

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

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

R = 2.35%
G = 37.54%
B = 60.12%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0880CD (or 0x0880CD) is known color: Navy Blue. HEX triplet: 08, 80 and CD. RGB value is (8,128,205). Sum of RGB (Red+Green+Blue) = 8+128+205=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #0880CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880CD is #F77F32. Grayscale: #646464. Windows color (decimal): -16219955 or 13467656. OLE color: 13467656.

HSL color Cylindrical-coordinate representation of color #0880CD: hue angle of 203.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0880CD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 128 205 -
CMYK 0.96 0.38 0 0.20
HSL 203.45º 0.92% 0.42% -
HSV(B) 203.45º 0.96% 0.8% -
XYZ 18.84 19.9 60.61 -
YUV 100.9 186.74 61.74 -
System Red Green Blue C M Y K H S L
Decimal 8 128 205 0.96 0.38 0 0.20 203.45 0.92 0.42
Hex 8 80 CD 60 26 0 14 CB 5C 2A
Octal 10 200 315 140 46 0 24 313 134 52
Binary 1000 10000000 11001101 1100000 100110 0 10100 11001011 1011100 101010

Color Harmonies of #0880CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880CD

Black with #0880CD

Text Example


Text Example

White with #0880CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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