Html Css Color HEX #0982DC Navy Blue

📋 copy color: '#0982DC'

red 9 ◦ green 130 ◦ blue 220

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

Shades of Navy Blue #0982DC

Tints of Navy Blue #0982DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 2.51%
G = 36.21%
B = 61.28%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0982DC (or 0x0982DC) is known color: Navy Blue. HEX triplet: 09, 82 and DC. RGB value is (9,130,220). Sum of RGB (Red+Green+Blue) = 9+130+220=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #0982DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982DC is #F67D23. Grayscale: #676767. Windows color (decimal): -16153892 or 14451209. OLE color: 14451209.

HSL color Cylindrical-coordinate representation of color #0982DC: hue angle of 205.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0982DC is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 130 220 -
CMYK 0.96 0.41 0 0.14
HSL 205.59º 0.92% 0.45% -
HSV(B) 205.59º 0.96% 0.86% -
XYZ 21.01 21.19 70.69 -
YUV 104.08 193.41 60.18 -
System Red Green Blue C M Y K H S L
Decimal 9 130 220 0.96 0.41 0 0.14 205.59 0.92 0.45
Hex 9 82 DC 60 29 0 E CE 5C 2D
Octal 11 202 334 140 51 0 16 316 134 55
Binary 1001 10000010 11011100 1100000 101001 0 1110 11001110 1011100 101101

Color Harmonies of #0982DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982DC

Black with #0982DC

Text Example


Text Example

White with #0982DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0982DC; }

 p { color: rgb(9,130,220); }

 H1.HeaderClassName
 {
   color: #0982DC;
 }
 .AnyTagClassName
 {
   color: #0982DC;
 }
</style>

background-color css

<style>
 a { background-color: #0982DC; }

 a { background-color: rgb(9,130,220); }

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

border-color css

<style>
 span { border-color: #0982DC; }

 span { border-color: rgb(9,130,220); }

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