#1082DF

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

Shades of Navy Blue #1082DF

Tints of Navy Blue #1082DF

Color information

#1082DF (or 0x1082DF) is unknown color: approx Navy Blue. HEX triplet: 10, 82 and DF. RGB value is (16,130,223). Sum of RGB (Red+Green+Blue) = 16+130+223=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #1082DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082DF is #EF7D20. Grayscale: #6A6A6A. Windows color (decimal): -15695137 or 14647824. OLE color: 14647824.

HSL color Cylindrical-coordinate representation of color #1082DF: hue angle of 206.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1082DF is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16130223-
CMYK0.930.4200.13
HSL206.96º86.61%46.86%-
HSV(B)206.96º92.83%87.45%-
XYZ21.5221.472.81-
YUV106.52193.7363.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.34%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 223 (87.5% from 255) = 60.43%
R=4.34%
G=35.23%
B=60.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161302230.930.4200.13206.9686.6146.86
Hex1082DF5D2A0Dcf572f
Octal202023371355201531712757
Binary100001000001011011111101110110101001101110011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1082DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1082DF; }

 p { color: rgb(16,130,223); }

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

<style>
 a { background-color: #1082DF; }

 a { background-color: rgb(16,130,223); }

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

<style>
 span { border-color: #1082DF; }

 span { border-color: rgb(16,130,223); }

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