Html Css Color HEX #0982CC Navy Blue

📋 copy color: '#0982CC'

red 9 ◦ green 130 ◦ blue 204

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

Shades of Navy Blue #0982CC

Tints of Navy Blue #0982CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 2.62%
G = 37.9%
B = 59.48%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0982CC (or 0x0982CC) is known color: Navy Blue. HEX triplet: 09, 82 and CC. RGB value is (9,130,204). Sum of RGB (Red+Green+Blue) = 9+130+204=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #0982CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982CC is #F67D33. Grayscale: #656565. Windows color (decimal): -16153908 or 13402633. OLE color: 13402633.

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

Color convert

RGB 9 130 204 -
CMYK 0.96 0.36 0 0.2
HSL 202.77º 0.92% 0.42% -
HSV(B) 202.77º 0.96% 0.8% -
XYZ 18.99 20.38 60.06 -
YUV 102.26 185.41 61.48 -
System Red Green Blue C M Y K H S L
Decimal 9 130 204 0.96 0.36 0 0.2 202.77 0.92 0.42
Hex 9 82 CC 60 24 0 14 CB 5C 2A
Octal 11 202 314 140 44 0 24 313 134 52
Binary 1001 10000010 11001100 1100000 100100 0 10100 11001011 1011100 101010

Color Harmonies of #0982CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982CC

Black with #0982CC

Text Example


Text Example

White with #0982CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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