#1a84d0

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

Shades of Navy Blue #1A84D0

Tints of Navy Blue #1A84D0

Color information

#1A84D0 (or 0x1A84D0) is unknown color: approx Navy Blue. HEX triplet: 1A, 84 and D0. RGB value is (26,132,208). Sum of RGB (Red+Green+Blue) = 26+132+208=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #1A84D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A84D0 is #E57B2F. Grayscale: #6C6C6C. Windows color (decimal): -15039280 or 13665306. OLE color: 13665306.

HSL color Cylindrical-coordinate representation of color #1A84D0: hue angle of 205.05º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A84D0 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26132208-
CMYK0.880.3700.18
HSL205.05º77.78%45.88%-
HSV(B)205.05º87.5%81.57%-
XYZ20.0621.2862.72-
YUV108.97183.8868.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.10%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 208 (81.64% from 255) = 56.83%
R=7.10%
G=36.07%
B=56.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261322080.880.3700.18205.0577.7845.88
Hex1A84D05825012cd4e2e
Octal322043201304502231511656
Binary1101010000100110100001011000100101010010110011011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a84d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,208); }

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

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

 a { background-color: rgb(26,132,208); }

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

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

 span { border-color: rgb(26,132,208); }

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