#1A7BD1

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

Shades of Navy Blue #1A7BD1

Tints of Navy Blue #1A7BD1

Color information

#1A7BD1 (or 0x1A7BD1) is unknown color: approx Navy Blue. HEX triplet: 1A, 7B and D1. RGB value is (26,123,209). Sum of RGB (Red+Green+Blue) = 26+123+209=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A7BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7BD1 is #E5842E. Grayscale: #676767. Windows color (decimal): -15041583 or 13728538. OLE color: 13728538.

HSL color Cylindrical-coordinate representation of color #1A7BD1: hue angle of 208.2º 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 #1A7BD1 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26123209-
CMYK0.880.4100.18
HSL208.2º77.87%46.08%-
HSV(B)208.2º87.56%81.96%-
XYZ19.0218.9962.98-
YUV103.8187.3672.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.26%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 209 (82.03% from 255) = 58.38%
R=7.26%
G=34.36%
B=58.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261232090.880.4100.18208.277.8746.08
Hex1A7BD15829012d04e2e
Octal321733211305102232011656
Binary110101111011110100011011000101001010010110100001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,123,209); }

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

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

 a { background-color: rgb(26,123,209); }

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

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

 span { border-color: rgb(26,123,209); }

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