#0982CC

Color #0982CC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0982CC

Tints of Navy Blue #0982CC

Color information

#0982CC (or 0x0982CC) is unknown color: approx 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

RGB9130204-
CMYK0.960.3600.2
HSL202.77º91.55%41.76%-
HSV(B)202.77º95.59%80%-
XYZ18.9920.3860.06-
YUV102.26185.4161.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.62%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 204 (80.08% from 255) = 59.48%
R=2.62%
G=37.90%
B=59.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91302040.960.3600.2202.7791.5541.76
Hex982CC6024014cb5c2a
Octal112023141404402431313452
Binary100110000010110011001100000100100010100110010111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0982CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>