#1c82d5

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

Shades of Navy Blue #1C82D5

Tints of Navy Blue #1C82D5

Color information

#1C82D5 (or 0x1C82D5) is unknown color: approx Navy Blue. HEX triplet: 1C, 82 and D5. RGB value is (28,130,213). Sum of RGB (Red+Green+Blue) = 28+130+213=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #1C82D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C82D5 is #E37D2A. Grayscale: #6C6C6C. Windows color (decimal): -14908715 or 13992476. OLE color: 13992476.

HSL color Cylindrical-coordinate representation of color #1C82D5: hue angle of 206.92º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C82D5 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB28130213-
CMYK0.870.3900.16
HSL206.92º76.76%47.25%-
HSV(B)206.92º86.85%83.53%-
XYZ20.4721.0265.93-
YUV108.96186.7170.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.55%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 213 (83.59% from 255) = 57.41%
R=7.55%
G=35.04%
B=57.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal281302130.870.3900.16206.9276.7647.25
Hex1C82D55727010cf4d2f
Octal342023251274702031711557
Binary1110010000010110101011010111100111010000110011111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c82d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c82d5; }

 p { color: rgb(28,130,213); }

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

<style>
 a { background-color: #1c82d5; }

 a { background-color: rgb(28,130,213); }

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

<style>
 span { border-color: #1c82d5; }

 span { border-color: rgb(28,130,213); }

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