Html Css Color HEX #0980E1 Navy Blue

📋 copy color: '#0980E1'

red 9 ◦ green 128 ◦ blue 225

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

Shades of Navy Blue #0980E1

Tints of Navy Blue #0980E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 62.15%

R = 2.49%
G = 35.36%
B = 62.15%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0980E1 (or 0x0980E1) is known color: Navy Blue. HEX triplet: 09, 80 and E1. RGB value is (9,128,225). Sum of RGB (Red+Green+Blue) = 9+128+225=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 225 (88.28% from 255 or 62.15% from 362); Max value from RGB is 225 - color contains mainly: blue. Hex color #0980E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980E1 is #F67F1E. Grayscale: #666666. Windows color (decimal): -16154399 or 14778377. OLE color: 14778377.

HSL color Cylindrical-coordinate representation of color #0980E1: hue angle of 206.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0980E1 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 128 225 -
CMYK 0.96 0.43 0 0.12
HSL 206.94º 0.92% 0.46% -
HSV(B) 206.94º 0.96% 0.88% -
XYZ 21.42 20.93 74.15 -
YUV 103.48 196.58 60.61 -
System Red Green Blue C M Y K H S L
Decimal 9 128 225 0.96 0.43 0 0.12 206.94 0.92 0.46
Hex 9 80 E1 60 2B 0 C CF 5C 2E
Octal 11 200 341 140 53 0 14 317 134 56
Binary 1001 10000000 11100001 1100000 101011 0 1100 11001111 1011100 101110

Color Harmonies of #0980E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980E1

Black with #0980E1

Text Example


Text Example

White with #0980E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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