#1A82CD

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

Shades of Navy Blue #1A82CD

Tints of Navy Blue #1A82CD

Color information

#1A82CD (or 0x1A82CD) is unknown color: approx Navy Blue. HEX triplet: 1A, 82 and CD. RGB value is (26,130,205). Sum of RGB (Red+Green+Blue) = 26+130+205=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A82CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A82CD is #E57D32. Grayscale: #6B6B6B. Windows color (decimal): -15039795 or 13468186. OLE color: 13468186.

HSL color Cylindrical-coordinate representation of color #1A82CD: hue angle of 205.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A82CD is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB26130205-
CMYK0.870.3700.20
HSL205.14º77.49%45.29%-
HSV(B)205.14º87.32%80.39%-
XYZ19.4320.5960.71-
YUV107.45183.0469.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.20%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 205 (80.47% from 255) = 56.79%
R=7.20%
G=36.01%
B=56.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261302050.870.3700.20205.1477.4945.29
Hex1A82CD5725014cd4d2d
Octal322023151274502431511555
Binary1101010000010110011011010111100101010100110011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,205); }

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

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

 a { background-color: rgb(26,130,205); }

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

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

 span { border-color: rgb(26,130,205); }

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