#1B80DA

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

Shades of Navy Blue #1B80DA

Tints of Navy Blue #1B80DA

Color information

#1B80DA (or 0x1B80DA) is unknown color: approx Navy Blue. HEX triplet: 1B, 80 and DA. RGB value is (27,128,218). Sum of RGB (Red+Green+Blue) = 27+128+218=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B80DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B80DA is #E47F25. Grayscale: #6B6B6B. Windows color (decimal): -14974758 or 14319643. OLE color: 14319643.

HSL color Cylindrical-coordinate representation of color #1B80DA: hue angle of 208.27º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B80DA is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB27128218-
CMYK0.880.4100.15
HSL208.27º77.96%48.04%-
HSV(B)208.27º87.61%85.49%-
XYZ20.8320.7369.23-
YUV108.06190.0470.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.24%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=7.24%
G=34.32%
B=58.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal271282180.880.4100.15208.2777.9648.04
Hex1B80DA58290Fd04e30
Octal332003321305101732011660
Binary110111000000011011010101100010100101111110100001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,128,218); }

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

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

 a { background-color: rgb(27,128,218); }

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

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

 span { border-color: rgb(27,128,218); }

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