#1080da

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

Shades of Navy Blue #1080DA

Tints of Navy Blue #1080DA

Color information

#1080DA (or 0x1080DA) is unknown color: approx Navy Blue. HEX triplet: 10, 80 and DA. RGB value is (16,128,218). Sum of RGB (Red+Green+Blue) = 16+128+218=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #1080DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080DA is #EF7F25. Grayscale: #686868. Windows color (decimal): -15695654 or 14319632. OLE color: 14319632.

HSL color Cylindrical-coordinate representation of color #1080DA: hue angle of 206.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080DA is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16128218-
CMYK0.930.4100.15
HSL206.73º86.32%45.88%-
HSV(B)206.73º92.66%85.49%-
XYZ20.5920.6169.22-
YUV104.77191.8964.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.42%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 218 (85.55% from 255) = 60.22%
R=4.42%
G=35.36%
B=60.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161282180.930.4100.15206.7386.3245.88
Hex1080DA5D290Fcf562e
Octal202003321355101731712656
Binary100001000000011011010101110110100101111110011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1080da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1080da; }

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

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

<style>
 a { background-color: #1080da; }

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

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

<style>
 span { border-color: #1080da; }

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

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

cancel