Html Css Color HEX #0982CB Navy Blue

📋 copy color: '#0982CB'

red 9 ◦ green 130 ◦ blue 203

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

Shades of Navy Blue #0982CB

Tints of Navy Blue #0982CB

RGB

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

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

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

R = 2.63%
G = 38.01%
B = 59.36%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0982CB (or 0x0982CB) is known color: Navy Blue. HEX triplet: 09, 82 and CB. RGB value is (9,130,203). Sum of RGB (Red+Green+Blue) = 9+130+203=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #0982CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982CB is #F67D34. Grayscale: #656565. Windows color (decimal): -16153909 or 13337097. OLE color: 13337097.

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

Color convert

RGB 9 130 203 -
CMYK 0.96 0.36 0 0.20
HSL 202.58º 0.92% 0.42% -
HSV(B) 202.58º 0.96% 0.8% -
XYZ 18.87 20.34 59.43 -
YUV 102.14 184.91 61.56 -
System Red Green Blue C M Y K H S L
Decimal 9 130 203 0.96 0.36 0 0.20 202.58 0.92 0.42
Hex 9 82 CB 60 24 0 14 CB 5C 2A
Octal 11 202 313 140 44 0 24 313 134 52
Binary 1001 10000010 11001011 1100000 100100 0 10100 11001011 1011100 101010

Color Harmonies of #0982CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982CB

Black with #0982CB

Text Example


Text Example

White with #0982CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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