Html Css Color HEX #0980CD Navy Blue

📋 copy color: '#0980CD'

red 9 ◦ green 128 ◦ blue 205

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

Shades of Navy Blue #0980CD

Tints of Navy Blue #0980CD

RGB

 RED value IS 9 (3.91% from 255) = 2.63%

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

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

R = 2.63%
G = 37.43%
B = 59.94%

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

#0980CD (or 0x0980CD) is known color: Navy Blue. HEX triplet: 09, 80 and CD. RGB value is (9,128,205). Sum of RGB (Red+Green+Blue) = 9+128+205=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #0980CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980CD is #F67F32. Grayscale: #646464. Windows color (decimal): -16154419 or 13467657. OLE color: 13467657.

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

Color convert

RGB 9 128 205 -
CMYK 0.96 0.38 0 0.20
HSL 203.57º 0.92% 0.42% -
HSV(B) 203.57º 0.96% 0.8% -
XYZ 18.85 19.9 60.61 -
YUV 101.2 186.58 62.24 -
System Red Green Blue C M Y K H S L
Decimal 9 128 205 0.96 0.38 0 0.20 203.57 0.92 0.42
Hex 9 80 CD 60 26 0 14 CC 5C 2A
Octal 11 200 315 140 46 0 24 314 134 52
Binary 1001 10000000 11001101 1100000 100110 0 10100 11001100 1011100 101010

Color Harmonies of #0980CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980CD

Black with #0980CD

Text Example


Text Example

White with #0980CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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