#0082CC

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

Shades of Navy Blue #0082CC

Tints of Navy Blue #0082CC

Color information

#0082CC (or 0x0082CC) is unknown color: approx Navy Blue. HEX triplet: 00, 82 and CC. RGB value is (0,130,204). Sum of RGB (Red+Green+Blue) = 0+130+204=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #0082CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082CC is #FF7D33. Grayscale: #636363. Windows color (decimal): -16743732 or 13402624. OLE color: 13402624.

HSL color Cylindrical-coordinate representation of color #0082CC: hue angle of 201.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082CC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0130204-
CMYK10.3600.2
HSL201.76º100%40%-
HSV(B)201.76º100%80%-
XYZ18.8820.3260.05-
YUV99.57186.9356.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 204 (80.08% from 255) = 61.08%
R=0%
G=38.92%
B=61.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal013020410.3600.2201.7610040
Hex082CC6424014ca6428
Octal02023141444402431214450
Binary010000010110011001100100100100010100110010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0082CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0082CC;
 }
 .AnyTagClassName
 {
   color: #0082CC;
 }
</style>
background-color css

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

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

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

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

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

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